projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75cdff9
)
ucc_geth: kill unused include
author
Kumar Gala
<galak@kernel.crashing.org>
Thu, 23 Aug 2007 02:49:01 +0000
(21:49 -0500)
committer
Kumar Gala
<galak@kernel.crashing.org>
Thu, 13 Sep 2007 20:43:46 +0000
(15:43 -0500)
The ucc_geth_mii code is based on the gianfar_mii code that use to include
ocp.h. ucc never need this and it causes issues when we want to kill
arch/ppc includes from arch/powerpc.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/net/ucc_geth_mii.c
patch
|
blob
|
history
diff --git
a/drivers/net/ucc_geth_mii.c
b/drivers/net/ucc_geth_mii.c
index 6c257b88ce51ed8fc7206407e351f3c9f431c0ff..df884f0ad8e5860be83668b47ef6b03ffc7fe0d8 100644
(file)
--- a/
drivers/net/ucc_geth_mii.c
+++ b/
drivers/net/ucc_geth_mii.c
@@
-32,7
+32,6
@@
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/platform_device.h>
-#include <asm/ocp.h>
#include <linux/crc32.h>
#include <linux/mii.h>
#include <linux/phy.h>