sh: Kill off long-dead HD64465 cchip support.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 28 Oct 2008 11:07:44 +0000 (20:07 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 28 Oct 2008 11:07:44 +0000 (20:07 +0900)
commit3eeebf17f31c583f83e081b17b3076477cb96886
treeb1e70bb1b0d9959179d9d8967543fc060a59aff5
parent5ff0594e2f6fb3242a1a2a4794286244e95afab1
sh: Kill off long-dead HD64465 cchip support.

This code has been dead for many years. The last update it received
was in 2003 in order to update it for the driver model changes, though
it had already been in disarray and unused before that point. The only
boards that ever used this chip have not had users in many years either,
so it is finally safe to just kill it off and move on with life.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
15 files changed:
Documentation/sh/new-machine.txt
arch/sh/cchips/Kconfig
arch/sh/cchips/hd6446x/Makefile
arch/sh/cchips/hd6446x/hd64465/Makefile [deleted file]
arch/sh/cchips/hd6446x/hd64465/gpio.c [deleted file]
arch/sh/cchips/hd6446x/hd64465/io.c [deleted file]
arch/sh/cchips/hd6446x/hd64465/setup.c [deleted file]
arch/sh/include/asm/hd64465/gpio.h [deleted file]
arch/sh/include/asm/hd64465/hd64465.h [deleted file]
arch/sh/include/asm/hd64465/io.h [deleted file]
arch/sh/include/asm/serial.h
arch/sh/tools/mach-types
drivers/pcmcia/Kconfig
drivers/pcmcia/Makefile
drivers/pcmcia/hd64465_ss.c [deleted file]