Skip to content

Commit 01d460d

Browse files
dsaherndavem330
authored andcommitted
net: Remove remaining remnants of pm_qos from netdevice.h
Commit e2c6544 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]>
1 parent 5684044 commit 01d460d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/linux/netdevice.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#ifndef _LINUX_NETDEVICE_H
2626
#define _LINUX_NETDEVICE_H
2727

28-
#include <linux/pm_qos.h>
2928
#include <linux/timer.h>
3029
#include <linux/bug.h>
3130
#include <linux/delay.h>
@@ -1499,8 +1498,6 @@ enum netdev_priv_flags {
14991498
*
15001499
* @qdisc_tx_busylock: XXX: need comments on this one
15011500
*
1502-
* @pm_qos_req: Power Management QoS object
1503-
*
15041501
* FIXME: cleanup struct net_device such that network protocol info
15051502
* moves out.
15061503
*/

0 commit comments

Comments
 (0)