* [PATCH] amd-xgbe: Remove unnecessary include
@ 2014-06-06 13:52 Tom Lendacky
2014-06-06 20:11 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Tom Lendacky @ 2014-06-06 13:52 UTC (permalink / raw)
To: netdev, davem, sfr; +Cc: linux-next, linux-kernel
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 <thomas.lendacky@amd.com>
---
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"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] amd-xgbe: Remove unnecessary include
2014-06-06 13:52 [PATCH] amd-xgbe: Remove unnecessary include Tom Lendacky
@ 2014-06-06 20:11 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-06-06 20:11 UTC (permalink / raw)
To: thomas.lendacky; +Cc: netdev, sfr, linux-next, linux-kernel
From: Tom Lendacky <thomas.lendacky@amd.com>
Date: Fri, 6 Jun 2014 08:52:19 -0500
> 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 <thomas.lendacky@amd.com>
Since Stephen Rothwell reported this problem to you, you should
give him credit for this using the "Reported-by: " tag.
I took care of it this time, but you must do this in the future.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-06 20:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06 13:52 [PATCH] amd-xgbe: Remove unnecessary include Tom Lendacky
2014-06-06 20:11 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).