diff mbox

[1/2] e1000e: Add pm_qos header

Message ID 1431445020-25235-1-git-send-email-dsahern@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

David Ahern May 12, 2015, 3:36 p.m. UTC
Commit e2c6544829f moved pm_qos_req to e1000_adapter. Add the header file
that defines the struct.

Signed-off-by: David Ahern <dsahern@gmail.com>
Cc: Thomas Graf <tgraf@suug.ch>
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
 drivers/net/ethernet/intel/e1000e/e1000.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Sergei Shtylyov May 12, 2015, 9:46 p.m. UTC | #1
Hello.

On 05/12/2015 06:36 PM, David Ahern wrote:

> Commit e2c6544829f moved pm_qos_req to e1000_adapter. Add the header file

    Please also specify that commit's summary line in parens.

> that defines the struct.

> Signed-off-by: David Ahern <dsahern@gmail.com>
> Cc: Thomas Graf <tgraf@suug.ch>
> Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

    Same comment about the 2nd patch.

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Miller May 13, 2015, 3:22 a.m. UTC | #2
From: David Ahern <dsahern@gmail.com>
Date: Tue, 12 May 2015 09:36:59 -0600

> Commit e2c6544829f moved pm_qos_req to e1000_adapter. Add the header file
> that defines the struct.
> 
> Signed-off-by: David Ahern <dsahern@gmail.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/ethernet/intel/e1000e/e1000.h b/drivers/net/ethernet/intel/e1000e/e1000.h
index 5d9ceb17b4cb..0abc942c966e 100644
--- a/drivers/net/ethernet/intel/e1000e/e1000.h
+++ b/drivers/net/ethernet/intel/e1000e/e1000.h
@@ -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;