[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20141231.183347.862533634176009078.davem@davemloft.net>
Date: Wed, 31 Dec 2014 18:33:47 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: richardcochran@...il.com
CC: netdev@...r.kernel.org
Subject: [PATCH 1/2] e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.
Signed-off-by: David S. Miller <davem@...emloft.net>
---
drivers/net/ethernet/intel/e1000e/netdev.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c
index e14fd85..2537d36a 100644
--- a/drivers/net/ethernet/intel/e1000e/netdev.c
+++ b/drivers/net/ethernet/intel/e1000e/netdev.c
@@ -43,6 +43,7 @@
#include <linux/pm_runtime.h>
#include <linux/aer.h>
#include <linux/prefetch.h>
+#include <linux/clocksource.h>
#include "e1000.h"
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists