]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
amd-xgbe: Remove unnecessary include
authorTom Lendacky <thomas.lendacky@amd.com>
Fri, 6 Jun 2014 13:52:19 +0000 (08:52 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Jun 2014 20:09:50 +0000 (13:09 -0700)
The include of asm/cputype.h breaks the powerpc build. This
include was accidentally left in from driver debugging and
can be removed.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>,
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/xgbe/xgbe-dev.c

index 36bc86efc8893757f422ef260f4cd06264ef2919..002293b0819d19160b5ce87e7be03cee0d8aa745 100644 (file)
 
 #include <linux/phy.h>
 #include <linux/clk.h>
-#include <asm/cputype.h>
 
 #include "xgbe.h"
 #include "xgbe-common.h"