commit | b13876d23a24f7fb5307183ee3314434193870af | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Mar 26 12:27:31 2015 +0100 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Thu Mar 26 14:51:53 2015 -0700 |
tree | 652218a96397fd3830b9708fa679ee8d63ec78f2 | |
parent | e673dc920b805f08429e122321f8355cb97c2120 [diff] |
target: move external declarations to a headers We should not declare extrnal .c symbols in C files to make sure they match the actual prototype, and sparse correctly warns about this. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>