summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/media/dvb/dvb-usb/Makefile4
-rw-r--r--drivers/media/dvb/dvb-usb/m920x.c (renamed from drivers/media/dvb/dvb-usb/megasky.c)2
-rw-r--r--drivers/media/dvb/dvb-usb/m920x.h (renamed from drivers/media/dvb/dvb-usb/megasky.h)0
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/dvb-usb/Makefile b/drivers/media/dvb/dvb-usb/Makefile
index d1e4f1cd8405..e2eed102e97b 100644
--- a/drivers/media/dvb/dvb-usb/Makefile
+++ b/drivers/media/dvb/dvb-usb/Makefile
@@ -30,8 +30,8 @@ obj-$(CONFIG_DVB_USB_NOVA_T_USB2) += dvb-usb-dibusb-common.o dvb-usb-nova-t-usb2
dvb-usb-umt-010-objs = umt-010.o
obj-$(CONFIG_DVB_USB_UMT_010) += dvb-usb-dibusb-common.o dvb-usb-umt-010.o
-dvb-usb-megasky-objs = megasky.o
-obj-$(CONFIG_DVB_USB_MEGASKY) += dvb-usb-megasky.o
+dvb-usb-m920x-objs = m920x.o
+obj-$(CONFIG_DVB_USB_MEGASKY) += dvb-usb-m920x.o
dvb-usb-digitv-objs = digitv.o
obj-$(CONFIG_DVB_USB_DIGITV) += dvb-usb-digitv.o
diff --git a/drivers/media/dvb/dvb-usb/megasky.c b/drivers/media/dvb/dvb-usb/m920x.c
index 2fda56df5d60..c50f484c843b 100644
--- a/drivers/media/dvb/dvb-usb/megasky.c
+++ b/drivers/media/dvb/dvb-usb/m920x.c
@@ -8,7 +8,7 @@
*
* see Documentation/dvb/README.dvb-usb for more information
*/
-#include "megasky.h"
+#include "m920x.h"
#include "mt352.h"
#include "mt352_priv.h"
diff --git a/drivers/media/dvb/dvb-usb/megasky.h b/drivers/media/dvb/dvb-usb/m920x.h
index 6f14ae74e256..6f14ae74e256 100644
--- a/drivers/media/dvb/dvb-usb/megasky.h
+++ b/drivers/media/dvb/dvb-usb/m920x.h