ixgbe: remove linux/export.h header from ixgbe_ptp.c
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 23 May 2014 08:18:13 +0000 (08:18 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 4 Jun 2014 06:56:22 +0000 (23:56 -0700)
We don't need this header file, so we shouldn't be including it.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c

index b3266b7536d50a70d210d88b0769ce042a0f26c7..68f87ecb8a762da7e950a61ae2c9058bb61f5e8e 100644 (file)
@@ -26,7 +26,6 @@
 
 *******************************************************************************/
 #include "ixgbe.h"
-#include <linux/export.h>
 #include <linux/ptp_classify.h>
 
 /*
This page took 0.029238 seconds and 5 git commands to generate.