commit | b4c1a002fd0d6abc51abbd7d748aae3c1f815553 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Jul 25 09:33:28 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:07 2015 +0200 |
tree | 9040f22fb198c55b6845772aea05a3ff6d445b59 | |
parent | 084d06c4afcac970ca229ae24f5df21ae4f92a1c [diff] |
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>