From: "Christopher S. Hall" <christopher.s.h...@intel.com> Date: Mon, 12 Oct 2015 11:45:22 -0700
> @@ -25,6 +25,8 @@ > */ > > #include "e1000.h" > +#include <asm/tsc.h> You cannot include an architecture specific header file in a driver that's compiled on several architectures. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/