commit | 2df7b2aadf375fc3d2f336fab8eb41556b997567 | [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 | 93b4abd3a25ba9061f2146ebabd4aae07d74a499 [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>