diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-28 15:08:21 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-28 15:08:21 +0900 |
commit | f655f5e956eaf4fcda983f3b3d37c76371556c27 (patch) | |
tree | f1fd617afe0856a303b5e9ca470358c97cc33c92 /arch/sh/Makefile | |
parent | 7013109f52ff38ad9ea38952cedc144c8e8b9636 (diff) |
sh: mach-titan: Kill off unused PIO port mangling.
Nothing is using this, kill it off. Fixing up access sizes can be done
with trapped I/O for anyone wanting to make use of this for devices that
need it, everything else is already pure MMIO.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 30c80fd29058..588579ac2e35 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -149,7 +149,6 @@ machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto machdir-$(CONFIG_SH_SH7763RDP) += mach-sh7763rdp machdir-$(CONFIG_SH_SH4202_MICRODEV) += mach-microdev machdir-$(CONFIG_SH_LANDISK) += mach-landisk -machdir-$(CONFIG_SH_TITAN) += mach-titan machdir-$(CONFIG_SH_LBOX_RE2) += mach-lboxre2 machdir-$(CONFIG_SH_CAYMAN) += mach-cayman machdir-$(CONFIG_SH_RSK) += mach-rsk |