diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-29 06:34:13 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-29 06:34:13 -0400 |
commit | c1cfed3c3a190b4ce1d5a4510d9dfd3d42176fba (patch) | |
tree | b683f2a7023faecc09f7130ad71aeaaff7e8f4f7 /arch/sh/boards/mach-edosk7705/Makefile | |
parent | db2d0373fd1fe4db94587d52767388d811ee201f (diff) |
sh: mach-edosk7705: update for this century, kill off PIO trapping.
The only reason this board needs to do PIO trapping is for ethernet,
which happens to follow the same scheme as its bigger brother the
edosk7760. With ethernet properly supported through the platform device,
we can kill off the left over PIO abortion.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-edosk7705/Makefile')
-rw-r--r-- | arch/sh/boards/mach-edosk7705/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-edosk7705/Makefile b/arch/sh/boards/mach-edosk7705/Makefile index cd54acb51499..0cf5715a78b3 100644 --- a/arch/sh/boards/mach-edosk7705/Makefile +++ b/arch/sh/boards/mach-edosk7705/Makefile | |||
@@ -2,4 +2,4 @@ | |||
2 | # Makefile for the EDOSK7705 specific parts of the kernel | 2 | # Makefile for the EDOSK7705 specific parts of the kernel |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y := setup.o io.o | 5 | obj-y := setup.o |