mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
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>
This commit is contained in:
parent
6eacfb54ea
commit
434502930f
2 changed files with 0 additions and 32 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue