diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-29 19:48:21 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-29 19:48:21 +0900 |
commit | 1e789887f3449661be9826f61d48018a1cfcbfcc (patch) | |
tree | d84ae24df8e27c7f5214447b1063269877f446e4 /arch/sh/boards/mach-se/770x/Makefile | |
parent | c819cc732267d6e46833a8d98bd7677b3d12d7d1 (diff) |
sh: mach-se: Rip out superfluous 770x PIO routines.
Platform data takes care of all of these these days, kill them off.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-se/770x/Makefile')
-rw-r--r-- | arch/sh/boards/mach-se/770x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-se/770x/Makefile b/arch/sh/boards/mach-se/770x/Makefile index 8e624b06d5e..43ea14feef5 100644 --- a/arch/sh/boards/mach-se/770x/Makefile +++ b/arch/sh/boards/mach-se/770x/Makefile @@ -2,4 +2,4 @@ # Makefile for the 770x SolutionEngine specific parts of the kernel # -obj-y := setup.o io.o irq.o +obj-y := setup.o irq.o |