]> git.sur5r.net Git - u-boot/commit
arm: socfpga: scan: Staticize scan_mgr_io_scan_chain_prg()
authorMarek Vasut <marex@denx.de>
Sat, 25 Jul 2015 07:33:28 +0000 (09:33 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:07 +0000 (14:14 +0200)
commit2df7b2aadf375fc3d2f336fab8eb41556b997567
tree9040f22fb198c55b6845772aea05a3ff6d445b59
parent93b4abd3a25ba9061f2146ebabd4aae07d74a499
arm: socfpga: scan: Staticize scan_mgr_io_scan_chain_prg()

This function is never used outside of scan_manager.c , so make it static.
Zap the prototype in scan_manager.h and move the documentation above the
function. Make the documentation kerneldoc compliant.

Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/mach-socfpga/include/mach/scan_manager.h
arch/arm/mach-socfpga/scan_manager.c