Commit fb530c76 authored by Sam Ravnborg's avatar Sam Ravnborg Committed by Jens Axboe

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

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.
parent a8b2e9c3
......@@ -13,7 +13,7 @@ obj-y += mem.o tty_io.o n_tty.o tty_ioctl.o pty.o misc.o random.o
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment