From: David Ahern Date: Tue, 12 May 2015 15:37:00 +0000 (-0600) Subject: net: Remove remaining remnants of pm_qos from netdevice.h X-Git-Tag: v4.1-rc4~26^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01d460dd70adc858e15307332832183c622bee50;p=platform%2Fkernel%2Flinux-exynos.git 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 Cc: Thomas Graf Signed-off-by: David S. Miller --- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 1899c74..05b9a69 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -25,7 +25,6 @@ #ifndef _LINUX_NETDEVICE_H #define _LINUX_NETDEVICE_H -#include #include #include #include @@ -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. */