Skip to content

Commit

Permalink
amd-xgbe: Remove unnecessary include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tom Lendacky authored and David S. Miller committed Jun 6, 2014
1 parent 77b9479 commit 1caaab6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/amd/xgbe/xgbe-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@

#include <linux/phy.h>
#include <linux/clk.h>
#include <asm/cputype.h>

#include "xgbe.h"
#include "xgbe-common.h"
Expand Down

0 comments on commit 1caaab6

Please sign in to comment.