diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 21:42:59 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 21:42:59 +0900 |
commit | 2d5efc190eb415dbff79ffab4f8ea731ab0288a9 (patch) | |
tree | 3c086544eece0de283755ee14181bbcaa3a4eb1c /arch/sh/boards/mach-se/7751/Makefile | |
parent | 951a681bda844491de8699b3bdc6c3899cbd4c9f (diff) |
sh: pci: Move the se7751 fixups in to arch/sh/drivers/pci/.
The se7751 was still doing the PCI fixups in its own board directory,
so we move it over to arch/sh/drivers/pci/ with the rest of the board
fixups. It has bitrotted significantly over the years, so will still
likely need a bit of work to bring back up to date.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-se/7751/Makefile')
-rw-r--r-- | arch/sh/boards/mach-se/7751/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-se/7751/Makefile b/arch/sh/boards/mach-se/7751/Makefile index dbc29f3a9de..e6f4341bfe6 100644 --- a/arch/sh/boards/mach-se/7751/Makefile +++ b/arch/sh/boards/mach-se/7751/Makefile @@ -3,5 +3,3 @@ # obj-y := setup.o io.o irq.o - -obj-$(CONFIG_PCI) += pci.o |