diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-10-27 13:10:29 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-30 14:44:35 +0000 |
commit | 09d9327b3420002c9952a81db37effec9dc1135e (patch) | |
tree | 58341dcc8308fc792cd3c3e40f4730545e84ab04 /drivers/char/Makefile | |
parent | 4bdebe5b4a7216bd6bfca9e9b368abad8e9f9bd9 (diff) | |
download | op-kernel-dev-09d9327b3420002c9952a81db37effec9dc1135e.zip op-kernel-dev-09d9327b3420002c9952a81db37effec9dc1135e.tar.gz |
CHAR: Delete old and now unused M48T35 RTC driver for SGI IP27.
It was only used by this one SGI platform which recently was converted to
RTC_LIB and with RTC_LIB enabled the legacy drivers are no more selectable.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r-- | drivers/char/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index 917f0f4..438f713 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile @@ -74,7 +74,6 @@ obj-$(CONFIG_RTC) += rtc.o obj-$(CONFIG_HPET) += hpet.o obj-$(CONFIG_GEN_RTC) += genrtc.o obj-$(CONFIG_EFI_RTC) += efirtc.o -obj-$(CONFIG_SGI_IP27_RTC) += ip27-rtc.o obj-$(CONFIG_DS1302) += ds1302.o obj-$(CONFIG_XILINX_HWICAP) += xilinx_hwicap/ ifeq ($(CONFIG_GENERIC_NVRAM),y) |