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/boards/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/boards/Makefile')
-rw-r--r-- | arch/sh/boards/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/Makefile b/arch/sh/boards/Makefile index ce0f2638178..4f90f9b7a92 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 |