]> www.infradead.org Git - users/jedix/linux-maple.git/commit
igb: fix static function warnings reported by sparse
authorEmil Tantilov <emil.s.tantilov@intel.com>
Tue, 30 Aug 2011 06:35:04 +0000 (06:35 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 12:58:57 +0000 (20:58 +0800)
commit91424700c6421559c6300090358d7410108c1845
treefdec0fdcddcc27179a5470e7409b67f291030e15
parent77ca4ccb16afae3c9239520d9e8978b1194b0dab
igb: fix static function warnings reported by sparse

igb_update/validate_nvm_checksum_with_offset() should be static.
Also removes unneeded prototypes for the above functions.

(cherry picked from commit bed45a6ed51d00007f5eb6d75560218ddcecfe51)
Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/igb/e1000_82575.c