Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44b24b74 authored by Martyn Welch's avatar Martyn Welch Committed by Kumar Gala
Browse files

powerpc: Move GE PIC drivers



Move the GE PIC drivers to allow these to be used by non-86xx boards.

Signed-off-by: default avatarMartyn Welch <martyn.welch@ge.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 6518bb69
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -64,10 +64,6 @@ config GEF_SBC610
	help
	  This option enables support for the GE SBC610.

config GE_FPGA
	bool
	default n

endif

config MPC8641
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ obj-$(CONFIG_SMP) += mpc86xx_smp.o
obj-$(CONFIG_MPC8641_HPCN)	+= mpc86xx_hpcn.o
obj-$(CONFIG_SBC8641D)		+= sbc8641d.o
obj-$(CONFIG_MPC8610_HPCD)	+= mpc8610_hpcd.o
obj-$(CONFIG_GE_FPGA)		+= gef_pic.o
obj-$(CONFIG_GEF_SBC610)	+= gef_sbc610.o
obj-$(CONFIG_GEF_SBC310)	+= gef_sbc310.o
obj-$(CONFIG_GEF_PPC9A)		+= gef_ppc9a.o
+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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

Loading