diff options
author | Thomas Graf <tgraf@suug.ch> | 2015-04-10 13:52:37 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-04-13 17:15:14 (GMT) |
commit | e2c6544829f8df396a0a233c86d5ee78f405ffef (patch) | |
tree | 5a774d8f2ac52fe39fa735f6c969f9ef1826ea69 /include | |
parent | cf890138087a6da2f56a642acb80476370b04332 (diff) | |
download | linux-e2c6544829f8df396a0a233c86d5ee78f405ffef.tar.xz |
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')
-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 13acb3d..733d24f 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1751,7 +1751,6 @@ struct net_device { #endif struct phy_device *phydev; struct lock_class_key *qdisc_tx_busylock; - struct pm_qos_request pm_qos_req; }; #define to_net_dev(d) container_of(d, struct net_device, dev) |