[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20141231.183359.681102444156146233.davem@davemloft.net>
Date: Wed, 31 Dec 2014 18:33:59 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: richardcochran@...il.com
CC: netdev@...r.kernel.org
Subject: [PATCH 2/2] igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.
Signed-off-by: David S. Miller <davem@...emloft.net>
---
drivers/net/ethernet/intel/igb/igb_ptp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ethernet/intel/igb/igb_ptp.c b/drivers/net/ethernet/intel/igb/igb_ptp.c
index 1d27f2d..8baf3fd 100644
--- a/drivers/net/ethernet/intel/igb/igb_ptp.c
+++ b/drivers/net/ethernet/intel/igb/igb_ptp.c
@@ -19,6 +19,7 @@
#include <linux/device.h>
#include <linux/pci.h>
#include <linux/ptp_classify.h>
+#include <linux/clocksource.h>
#include "igb.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