]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite47450ccb42f531cae51cc5609d75af5765c916c
treeb1e70bb1b0d9959179d9d8967543fc060a59aff5
parent47803f500565d40da4130b3818766f71da4a7c69
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]