e1000e: Add pm_qos header
authorDavid Ahern <[email protected]>
Tue, 12 May 2015 15:36:59 +0000 (09:36 -0600)
committerDavid S. Miller <[email protected]>
Wed, 13 May 2015 03:22:03 +0000 (23:22 -0400)
Commit e2c6544829f moved pm_qos_req to e1000_adapter. Add the header file
that defines the struct.

Signed-off-by: David Ahern <[email protected]>
Cc: Thomas Graf <[email protected]>
Cc: Jeff Kirsher <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/intel/e1000e/e1000.h

index 5d9ceb17b4cbad4f7e89cf0bb050e915f5b8d285..0abc942c966e4a377af222c1d876af6983edb91a 100644 (file)
@@ -40,6 +40,7 @@
 #include <linux/ptp_classify.h>
 #include <linux/mii.h>
 #include <linux/mdio.h>
+#include <linux/pm_qos.h>
 #include "hw.h"
 
 struct e1000_info;