summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2015-04-10 15:52:37 +0200
committerDavid S. Miller <davem@davemloft.net>2015-04-13 19:15:14 +0200
commite2c6544829f8df396a0a233c86d5ee78f405ffef (patch)
tree5a774d8f2ac52fe39fa735f6c969f9ef1826ea69 /include
parentselinux/nlmsg: add a build time check for rtnl/xfrm cmds (diff)
downloadlinux-e2c6544829f8df396a0a233c86d5ee78f405ffef.tar.xz
linux-e2c6544829f8df396a0a233c86d5ee78f405ffef.zip
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.h1
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 {
#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)