summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/ocp.h
diff options
context:
space:
mode:
authorKumar Gala2005-06-25 23:54:39 +0200
committerLinus Torvalds2005-06-26 01:24:27 +0200
commit3d9077afea4927e488282da7189de9159db20c17 (patch)
tree48a358234ce179e72ecdaf9d4be4b98624f3811e /include/asm-ppc/ocp.h
parent[PATCH] ppc32: Add support for Freescale e200 (Book-E) core (diff)
downloadkernel-qcow2-linux-3d9077afea4927e488282da7189de9159db20c17.tar.gz
kernel-qcow2-linux-3d9077afea4927e488282da7189de9159db20c17.tar.xz
kernel-qcow2-linux-3d9077afea4927e488282da7189de9159db20c17.zip
[PATCH] ppc32: Remove FSL OCP support
Support for the OCP device model on Freescale (FSL) PPC's is no longer used. All FSL PPC's that were using OCP have be converted to using the platform device model. Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-ppc/ocp.h')
-rw-r--r--include/asm-ppc/ocp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-ppc/ocp.h b/include/asm-ppc/ocp.h
index c726f1845190..983116f59d90 100644
--- a/include/asm-ppc/ocp.h
+++ b/include/asm-ppc/ocp.h
@@ -202,10 +202,6 @@ static DEVICE_ATTR(name##_##field, S_IRUGO, show_##name##_##field, NULL);
#include <asm/ibm_ocp.h>
#endif
-#ifdef CONFIG_FSL_OCP
-#include <asm/fsl_ocp.h>
-#endif
-
#endif /* CONFIG_PPC_OCP */
#endif /* __OCP_H__ */
#endif /* __KERNEL__ */