Commit ac9c060c authored by Mikael Pettersson's avatar Mikael Pettersson Committed by Jens Axboe

[PATCH] undo 2.5.34 ftape damage

In the 2.5.33->2.5.34 step someone removed "export-objs" from
drivers/char/ftape/lowlevel/Makefile, which makes it impossible to build
ftape as a module since is _does_ have a number of EXPORT_SYMBOL's.

This reverts that change.
parent 9d1f9419
......@@ -23,6 +23,8 @@
# driver for Linux.
#
export-objs := ftape_syms.o
obj-$(CONFIG_FTAPE) += ftape.o
ftape-objs := ftape-init.o fdc-io.o fdc-isr.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