netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.
@ 2014-12-31 23:33 David Miller
  2014-12-31 23:42 ` Jeff Kirsher
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: David Miller @ 2014-12-31 23:33 UTC (permalink / raw)
  To: richardcochran; +Cc: netdev


Signed-off-by: David S. Miller <davem@davemloft.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

^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2015-01-05 13:53 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-31 23:33 [PATCH 1/2] e1000e: Include clocksource.h to get CLOCKSOURCE_MASK David Miller
2014-12-31 23:42 ` Jeff Kirsher
2015-01-01 10:39 ` [PATCH net-next 0/7] Fixing the "Time Counter fixes and improvements" Richard Cochran
2015-01-01 10:39   ` [PATCH net-next 1/7] timecounter: provide a macro to initialize the cyclecounter mask field Richard Cochran
2015-01-05 13:20     ` David Laight
2015-01-05 13:43       ` Richard Cochran
2015-01-05 13:53         ` David Laight
2015-01-01 10:39   ` [PATCH net-next 2/7] bnx2x: convert to CYCLECOUNTER_MASK macro Richard Cochran
2015-01-01 10:39   ` [PATCH net-next 3/7] e1000e: " Richard Cochran
2015-01-01 10:39   ` [PATCH net-next 4/7] igb: " Richard Cochran
2015-01-01 10:39   ` [PATCH net-next 5/7] ixgbe: " Richard Cochran
2015-01-01 10:40   ` [PATCH net-next 6/7] mlx4: include clocksource.h again Richard Cochran
2015-01-01 10:40   ` [PATCH net-next 7/7] microblaze: include the new timecounter header Richard Cochran
2015-01-02 19:22 ` [PATCH net-next V2 0/7] Fixing the "Time Counter fixes and improvements" Richard Cochran
2015-01-02 19:22   ` [PATCH net-next V2 1/7] timecounter: provide a macro to initialize the cyclecounter mask field Richard Cochran
2015-01-02 19:22   ` [PATCH net-next V2 2/7] bnx2x: convert to CYCLECOUNTER_MASK macro Richard Cochran
2015-01-02 19:22   ` [PATCH net-next V2 3/7] e1000e: " Richard Cochran
2015-01-02 19:22   ` [PATCH net-next V2 4/7] igb: " Richard Cochran
2015-01-02 19:22   ` [PATCH net-next V2 5/7] ixgbe: " Richard Cochran
2015-01-02 19:22   ` [PATCH net-next V2 6/7] mlx4: include clocksource.h again Richard Cochran
2015-01-02 19:22   ` [PATCH net-next V2 7/7] microblaze: include the new timecounter header Richard Cochran
2015-01-02 21:48   ` [PATCH net-next V2 0/7] Fixing the "Time Counter fixes and improvements" David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).