diff options
author | Thomas Graf <tgraf@suug.ch> | 2015-04-10 09:52:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-04-13 13:15:14 -0400 |
commit | e2c6544829f8df396a0a233c86d5ee78f405ffef (patch) | |
tree | 5a774d8f2ac52fe39fa735f6c969f9ef1826ea69 /include/linux/netdevice.h | |
parent | cf890138087a6da2f56a642acb80476370b04332 (diff) |
e1000e: Move pm_qos_req to e1000e adapter
e1000e is the only driver requiring pm_qos_req, instead of causing
every device to waste up to 240 bytes. Allocate it for the specific
driver.
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 13acb3d8ecdd..733d24f16cf8 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1751,7 +1751,6 @@ struct net_device { | |||
1751 | #endif | 1751 | #endif |
1752 | struct phy_device *phydev; | 1752 | struct phy_device *phydev; |
1753 | struct lock_class_key *qdisc_tx_busylock; | 1753 | struct lock_class_key *qdisc_tx_busylock; |
1754 | struct pm_qos_request pm_qos_req; | ||
1755 | }; | 1754 | }; |
1756 | #define to_net_dev(d) container_of(d, struct net_device, dev) | 1755 | #define to_net_dev(d) container_of(d, struct net_device, dev) |
1757 | 1756 | ||