diff options
author | Andrew Lunn <andrew@lunn.ch> | 2017-01-25 15:04:17 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-25 14:45:05 -0500 |
commit | 434502930f59995f37fcc2c02cab79e059fb5043 (patch) | |
tree | 71cef893b61dbf68a861cbc2a4227843c887a28c /include/net/dsa.h | |
parent | 6eacfb54ea1825a3f1062bbfd71669b594168646 (diff) | |
download | linux-434502930f59995f37fcc2c02cab79e059fb5043.tar.bz2 |
net: dsa: Mop up remaining NET_DSA_HWMON references
Previous patches have moved the temperature sensor code into the
Marvell PHYs. A few now dead references to NET_DSA_HWMON were left
behind. Go reap them.
Reported-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dsa.h')
-rw-r--r-- | include/net/dsa.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h index 9d6cd923c48c..08b340403927 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h @@ -178,14 +178,6 @@ struct dsa_switch { */ s8 rtable[DSA_MAX_SWITCHES]; -#ifdef CONFIG_NET_DSA_HWMON - /* - * Hardware monitoring information - */ - char hwmon_name[IFNAMSIZ + 8]; - struct device *hwmon_dev; -#endif - /* * The lower device this switch uses to talk to the host */ |