summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/Makefile
diff options
context:
space:
mode:
authorPaul Mundt2010-01-28 07:08:21 +0100
committerPaul Mundt2010-01-28 07:08:21 +0100
commitf655f5e956eaf4fcda983f3b3d37c76371556c27 (patch)
treef1fd617afe0856a303b5e9ca470358c97cc33c92 /arch/sh/boards/Makefile
parentsh: fixed cmpxchg gRB version (diff)
downloadkernel-qcow2-linux-f655f5e956eaf4fcda983f3b3d37c76371556c27.tar.gz
kernel-qcow2-linux-f655f5e956eaf4fcda983f3b3d37c76371556c27.tar.xz
kernel-qcow2-linux-f655f5e956eaf4fcda983f3b3d37c76371556c27.zip
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/boards/Makefile')
-rw-r--r--arch/sh/boards/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/Makefile b/arch/sh/boards/Makefile
index ce0f26381784..4f90f9b7a922 100644
--- a/arch/sh/boards/Makefile
+++ b/arch/sh/boards/Makefile
@@ -8,3 +8,4 @@ obj-$(CONFIG_SH_SHMIN) += board-shmin.o
obj-$(CONFIG_SH_EDOSK7760) += board-edosk7760.o
obj-$(CONFIG_SH_ESPT) += board-espt.o
obj-$(CONFIG_SH_POLARIS) += board-polaris.o
+obj-$(CONFIG_SH_TITAN) += board-titan.o