projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5684044
)
net: Remove remaining remnants of pm_qos from netdevice.h
author
David Ahern
<
[email protected]
>
Tue, 12 May 2015 15:37:00 +0000
(09:37 -0600)
committer
David S. Miller
<
[email protected]
>
Wed, 13 May 2015 03:22:03 +0000
(23:22 -0400)
Commit
e2c6544829f
removed pm_qos from struct net_device but left the
comment and header file. Remove those.
Signed-off-by: David Ahern <
[email protected]
>
Cc: Thomas Graf <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/linux/netdevice.h
patch
|
blob
|
history
diff --git
a/include/linux/netdevice.h
b/include/linux/netdevice.h
index 1899c74a712791ba33f7e17f2d139da21da70c42..05b9a694e21312ad26beec7dfa0f32f719cc8c87 100644
(file)
--- 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.
*/