diff options
author | Martyn Welch <martyn.welch@ge.com> | 2012-03-12 17:12:59 +0000 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-03-16 11:08:11 -0500 |
commit | 44b24b74abc37e3c0f28c8288178056f10074863 (patch) | |
tree | ea882b1d7aade665ffe54bb335502cba2985ee54 /arch/powerpc/platforms/86xx/gef_sbc310.c | |
parent | 6518bb69f463446a1552f52093cc699497f18fe0 (diff) | |
download | talos-obmc-linux-44b24b74abc37e3c0f28c8288178056f10074863.tar.gz talos-obmc-linux-44b24b74abc37e3c0f28c8288178056f10074863.zip |
powerpc: Move GE PIC drivers
Move the GE PIC drivers to allow these to be used by non-86xx boards.
Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/86xx/gef_sbc310.c')
-rw-r--r-- | arch/powerpc/platforms/86xx/gef_sbc310.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/86xx/gef_sbc310.c b/arch/powerpc/platforms/86xx/gef_sbc310.c index 3ecee25bf3ed..710db69bd523 100644 --- a/arch/powerpc/platforms/86xx/gef_sbc310.c +++ b/arch/powerpc/platforms/86xx/gef_sbc310.c @@ -37,9 +37,9 @@ #include <sysdev/fsl_pci.h> #include <sysdev/fsl_soc.h> +#include <sysdev/ge/ge_pic.h> #include "mpc86xx.h" -#include "gef_pic.h" #undef DEBUG |