diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-08-22 22:49:01 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-09-13 16:43:46 -0400 |
commit | 89a300e85b646dd08343264f025f4f412d552bfd (patch) | |
tree | 5fe3955b2f2a21746c6d98664f7564028fcb825b | |
parent | 75cdff9242c4e048cb830d359920719d29b9ee7c (diff) |
ucc_geth: kill unused include
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>
-rw-r--r-- | drivers/net/ucc_geth_mii.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ucc_geth_mii.c b/drivers/net/ucc_geth_mii.c index 6c257b88ce51..df884f0ad8e5 100644 --- a/drivers/net/ucc_geth_mii.c +++ b/drivers/net/ucc_geth_mii.c | |||
@@ -32,7 +32,6 @@ | |||
32 | #include <linux/mm.h> | 32 | #include <linux/mm.h> |
33 | #include <linux/module.h> | 33 | #include <linux/module.h> |
34 | #include <linux/platform_device.h> | 34 | #include <linux/platform_device.h> |
35 | #include <asm/ocp.h> | ||
36 | #include <linux/crc32.h> | 35 | #include <linux/crc32.h> |
37 | #include <linux/mii.h> | 36 | #include <linux/mii.h> |
38 | #include <linux/phy.h> | 37 | #include <linux/phy.h> |