Skip to content

Commit

Permalink
igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Dec 31, 2014
1 parent 54da508 commit 9aacfb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/intel/igb/igb_ptp.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <linux/device.h>
#include <linux/pci.h>
#include <linux/ptp_classify.h>
#include <linux/clocksource.h>

#include "igb.h"

Expand Down

0 comments on commit 9aacfb2

Please sign in to comment.