* [2.6 patch] remove drivers/char/h8.{c,h} (fwd)
@ 2004-07-10 11:42 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2004-07-10 11:42 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel, rth
CONFIG_H8 in drivers/char/ depends in both 2.4 and 2.6 on
CONFIG_OBSOLETE which is never enabled.
To remove this driver, the following is required additionally to the
patch below:
rm drivers/char/h8.c
rm drivers/char/h8.h
This patch was already ACK'ed by Richard Henderson.
Signed-off-by: Adrian Bunk <bunk@fs.tum.de>
--- linux-2.6.7-mm5-full/drivers/char/Kconfig.old 2004-07-03 00:36:17.000000000 +0200
+++ linux-2.6.7-mm5-full/drivers/char/Kconfig 2004-07-03 00:36:39.000000000 +0200
@@ -795,16 +795,6 @@
This option enables support for the LCD display and buttons found
on Cobalt systems through a misc device.
-config H8
- bool "Tadpole ANA H8 Support (OBSOLETE)"
- depends on OBSOLETE && ALPHA_BOOK1
- help
- The Hitachi H8/337 is a microcontroller used to deal with the power
- and thermal environment. If you say Y here, you will be able to
- communicate with it via a character special device.
-
- If unsure, say N.
-
config DTLK
tristate "Double Talk PC internal speech card support"
help
--- linux-2.6.7-mm5-full/drivers/char/Makefile.old 2004-07-03 00:37:03.000000000 +0200
+++ linux-2.6.7-mm5-full/drivers/char/Makefile 2004-07-03 00:37:14.000000000 +0200
@@ -69,7 +69,6 @@
obj-$(CONFIG_QIC02_TAPE) += tpqic02.o
obj-$(CONFIG_FTAPE) += ftape/
obj-$(CONFIG_COBALT_LCD) += lcd.o
-obj-$(CONFIG_H8) += h8.o
obj-$(CONFIG_PPDEV) += ppdev.o
obj-$(CONFIG_NWBUTTON) += nwbutton.o
obj-$(CONFIG_NWFLASH) += nwflash.o
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-07-10 11:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-10 11:42 [2.6 patch] remove drivers/char/h8.{c,h} (fwd) Adrian Bunk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.