PM QOS update
[deliverable/linux.git] / include / linux / netdevice.h
index fa8b47637997cd4eef3f0e791ce8bf5b48b34a85..3857517f1ca59a621f9a57381497b59b0c559b8c 100644 (file)
@@ -31,6 +31,7 @@
 #include <linux/if_link.h>
 
 #ifdef __KERNEL__
+#include <linux/pm_qos_params.h>
 #include <linux/timer.h>
 #include <linux/delay.h>
 #include <linux/mm.h>
@@ -711,6 +712,9 @@ struct net_device {
         * the interface.
         */
        char                    name[IFNAMSIZ];
+
+       struct pm_qos_request_list *pm_qos_req;
+
        /* device name hash chain */
        struct hlist_node       name_hlist;
        /* snmp alias */
This page took 0.025988 seconds and 5 git commands to generate.