summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/8xx/mpc86xads_setup.c
diff options
context:
space:
mode:
authorJochen Friedrich <jochen@scram.de>2008-01-24 15:18:32 (GMT)
committerKumar Gala <galak@kernel.crashing.org>2008-01-28 14:31:02 (GMT)
commit49b51545ff33734ac1c7e0a28c16ca1f49e51b8a (patch)
tree6cad556dfcf4abbc874277ed7822e943cc3996f0 /arch/powerpc/platforms/8xx/mpc86xads_setup.c
parent9e8f38b0388144c0a400499abd0f8370abc88ced (diff)
downloadlinux-fsl-qoriq-49b51545ff33734ac1c7e0a28c16ca1f49e51b8a.tar.xz
[POWERPC] 8xx: Remove sysdev/commproc.h
Move cpm1 specific prototypes to asm/commproc.h and mpc8xx specific prototypes to asm/mpc8xx.h. Adjust includes accordingly. Remove now unneeded sysdev/commproc.h. Signed-off-by: Jochen Friedrich <jochen@scram.de> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/8xx/mpc86xads_setup.c')
-rw-r--r--arch/powerpc/platforms/8xx/mpc86xads_setup.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/8xx/mpc86xads_setup.c b/arch/powerpc/platforms/8xx/mpc86xads_setup.c
index 2a4a50f..c0dda53 100644
--- a/arch/powerpc/platforms/8xx/mpc86xads_setup.c
+++ b/arch/powerpc/platforms/8xx/mpc86xads_setup.c
@@ -21,15 +21,13 @@
#include <asm/machdep.h>
#include <asm/system.h>
#include <asm/time.h>
-#include <asm/mpc8xx.h>
#include <asm/8xx_immap.h>
#include <asm/commproc.h>
#include <asm/fs_pd.h>
#include <asm/udbg.h>
-#include <sysdev/commproc.h>
-
#include "mpc86xads.h"
+#include "mpc8xx.h"
struct cpm_pin {
int port, pin, flags;