diff options
author | David Ahern <dsahern@gmail.com> | 2015-05-12 09:37:00 -0600 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-12 23:22:03 -0400 |
commit | 01d460dd70adc858e15307332832183c622bee50 (patch) | |
tree | baebc65c5c9c728029a8df3146e2a77b0e453099 /include/linux/netdevice.h | |
parent | 5684044f8062617dcc45ed8b2fb3ec6e02f14370 (diff) |
net: Remove remaining remnants of pm_qos from netdevice.h
Commit e2c6544829f removed pm_qos from struct net_device but left the
comment and header file. Remove those.
Signed-off-by: David Ahern <dsahern@gmail.com>
Cc: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 1899c74a7127..05b9a694e213 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -25,7 +25,6 @@ #ifndef _LINUX_NETDEVICE_H #define _LINUX_NETDEVICE_H -#include <linux/pm_qos.h> #include <linux/timer.h> #include <linux/bug.h> #include <linux/delay.h> @@ -1499,8 +1498,6 @@ enum netdev_priv_flags { * * @qdisc_tx_busylock: XXX: need comments on this one * - * @pm_qos_req: Power Management QoS object - * * FIXME: cleanup struct net_device such that network protocol info * moves out. */ |