]> git.openfabrics.org - ~shefty/rdma-dev.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)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 13 Oct 2011 05:48:04 +0000 (22:48 -0700)
commitbed45a6ed51d00007f5eb6d75560218ddcecfe51
treeb08a0bff2bcc3ca8c1f5a037ae5d6d9110f54998
parent8be10e9130a75c49ddcffdfca74b19b1c3169230
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.

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>
drivers/net/ethernet/intel/igb/e1000_82575.c