Commit 7315b082 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab

V4L/DVB (8260): sms1xxx: build fixes

Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 9c59f968
......@@ -2,7 +2,8 @@
# Makefile for the kernel MDTV driver
#
obj-$(CONFIG_MDTV_SIANO_STELLAR_COMMON) += smschar.o smsnet.o
obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smsusb.o
smscore-objs := smschar.o smscoreapi.o
EXTRA_CFLAGS +=
obj-$(CONFIG_MDTV_SIANO_STELLAR_COMMON) += smscore.o smsnet.o
obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smsusb.o
obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smsdvb.o
......@@ -565,6 +565,7 @@ int smschar_initialize(void)
return smscore_register_hotplug(smschar_hotplug);
}
EXPORT_SYMBOL(smschar_initialize);
void smschar_terminate(void)
{
......@@ -573,3 +574,4 @@ void smschar_terminate(void)
unregister_chrdev_region(devno, SMSCHAR_NR_DEVS);
smscore_unregister_hotplug(smschar_hotplug);
}
EXPORT_SYMBOL(smschar_terminate);
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