Browse Source

igb: make sensor info static

Trivial sparse warning.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Stephen Hemminger 12 years ago
parent
commit
05ec29e8fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/ethernet/intel/igb/igb_hwmon.c

+ 1 - 1
drivers/net/ethernet/intel/igb/igb_hwmon.c

@@ -39,7 +39,7 @@
 #include <linux/pci.h>
 
 #ifdef CONFIG_IGB_HWMON
-struct i2c_board_info i350_sensor_info = {
+static struct i2c_board_info i350_sensor_info = {
 	I2C_BOARD_INFO("i350bb", (0Xf8 >> 1)),
 };