]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ucc_geth: kill unused include
authorKumar Gala <galak@kernel.crashing.org>
Thu, 23 Aug 2007 02:49:01 +0000 (21:49 -0500)
committerKumar 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

index 6c257b88ce51ed8fc7206407e351f3c9f431c0ff..df884f0ad8e5860be83668b47ef6b03ffc7fe0d8 100644 (file)
@@ -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>