diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-29 19:24:59 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-29 19:24:59 +0900 |
commit | db2d0373fd1fe4db94587d52767388d811ee201f (patch) | |
tree | 83b5102a2cc7cc3f5a22373c1a506ea4881133b3 /arch/sh/boards/mach-se/7206/Makefile | |
parent | 2504075d383fcefd746dac42a0cd1c3bdc006bd1 (diff) | |
download | op-kernel-dev-db2d0373fd1fe4db94587d52767388d811ee201f.zip op-kernel-dev-db2d0373fd1fe4db94587d52767388d811ee201f.tar.gz |
sh: mach-se: Rip out superfluous 7206 PIO routines.
The PIO trapping was only for MRSHPC and the SMC ethernet. Given that the
SMC ethernet is already properly handled and that nothing is using the
MRSHPC, none of this is needed.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-se/7206/Makefile')
-rw-r--r-- | arch/sh/boards/mach-se/7206/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-se/7206/Makefile b/arch/sh/boards/mach-se/7206/Makefile index 63e7ed6..5c9eaa0 100644 --- a/arch/sh/boards/mach-se/7206/Makefile +++ b/arch/sh/boards/mach-se/7206/Makefile @@ -2,4 +2,4 @@ # Makefile for the 7206 SolutionEngine specific parts of the kernel # -obj-y := setup.o io.o irq.o +obj-y := setup.o irq.o |