[PATCH] drivers/char/Makefile: Remove pty.o from export-objs

Sam Ravnborg (sam@ravnborg.org)
Wed, 11 Sep 2002 09:08:25 +0200


Remove pty.o from the export-objs list, since pty.c does not export
any symbols.
A /* EXPORT_SYMBOL */ comment may have fooled the original author.

Sam

===== drivers/char/Makefile 1.34 vs edited =====
--- 1.34/drivers/char/Makefile Mon Sep 2 21:24:29 2002
+++ edited/drivers/char/Makefile Wed Sep 11 08:57:46 2002
@@ -13,7 +13,7 @@
# This list comes from 'grep -l EXPORT_SYMBOL *.[hc]'.

export-objs := busmouse.o console.o generic_serial.o ip2main.o \
- ite_gpio.o misc.o nvram.o pty.o random.o rtc.o \
+ ite_gpio.o misc.o nvram.o random.o rtc.o \
selection.o sonypi.o sysrq.o tty_io.o tty_ioctl.o

obj-$(CONFIG_VT) += vt.o vc_screen.o consolemap.o consolemap_deftbl.o selection.o keyboard.o
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/