The include of asm/cputype.h breaks the powerpc build. This include was accidentally left in from driver debugging and can be removed.
Signed-off-by: Tom Lendacky <[email protected]> --- drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-dev.c b/drivers/net/ethernet/amd/xgbe/xgbe-dev.c index 36bc86e..002293b 100644 --- a/drivers/net/ethernet/amd/xgbe/xgbe-dev.c +++ b/drivers/net/ethernet/amd/xgbe/xgbe-dev.c @@ -116,7 +116,6 @@ #include <linux/phy.h> #include <linux/clk.h> -#include <asm/cputype.h> #include "xgbe.h" #include "xgbe-common.h" -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

