diff options
author | Jochen Friedrich <jochen@scram.de> | 2008-01-24 16:18:32 +0100 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 08:31:02 -0600 |
commit | 49b51545ff33734ac1c7e0a28c16ca1f49e51b8a (patch) | |
tree | 6cad556dfcf4abbc874277ed7822e943cc3996f0 /arch/powerpc/platforms/8xx/mpc86xads_setup.c | |
parent | 9e8f38b0388144c0a400499abd0f8370abc88ced (diff) |
[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.c | 4 |
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 2a4a50f8e74..c0dda534f44 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; |