]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:21 +0000 (08:17 +0200)
commitf30b298b7571c554e8381d61afe1593f80b1f46e
treef1dbb51ea0c6b822cce0921f4416946ca9414b9a
parent79e56510897452c0b08b697fa8e90084f6057e32
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