diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-28 09:08:21 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-28 09:08:21 +0300 |
commit | f655f5e956eaf4fcda983f3b3d37c76371556c27 (patch) | |
tree | f1fd617afe0856a303b5e9ca470358c97cc33c92 /arch/sh/boards/mach-titan/Makefile | |
parent | 7013109f52ff38ad9ea38952cedc144c8e8b9636 (diff) | |
download | linux-f655f5e956eaf4fcda983f3b3d37c76371556c27.tar.xz |
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/mach-titan/Makefile')
-rw-r--r-- | arch/sh/boards/mach-titan/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/boards/mach-titan/Makefile b/arch/sh/boards/mach-titan/Makefile deleted file mode 100644 index 08d753700062..000000000000 --- a/arch/sh/boards/mach-titan/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -# -# Makefile for the Nimble Microsystems TITAN specific parts of the kernel -# - -obj-y := setup.o io.o |