e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.
authorDavid S. Miller <davem@davemloft.net>
Wed, 31 Dec 2014 23:32:25 +0000 (18:32 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Dec 2014 23:32:25 +0000 (18:32 -0500)
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/e1000e/netdev.c

index e14fd85..2537d36 100644 (file)
@@ -43,6 +43,7 @@
 #include <linux/pm_runtime.h>
 #include <linux/aer.h>
 #include <linux/prefetch.h>
+#include <linux/clocksource.h>
 
 #include "e1000.h"