47babd4c6a
It's pretty useless to have one setup() function separated along with module_init() which only calls a function from ip2main anyway. Get rid of ip2base. Remove also checks of always-true now. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8 lines
125 B
Makefile
8 lines
125 B
Makefile
#
|
|
# Makefile for the Computone IntelliPort Plus Driver
|
|
#
|
|
|
|
obj-$(CONFIG_COMPUTONE) += ip2.o
|
|
|
|
ip2-objs := ip2main.o
|
|
|