V4L/DVB (5125): Dvb-usb: rename megasky.[ch] to m920x.[ch]
authorMichael Krufky <mkrufky@linuxtv.org>
Sat, 23 Sep 2006 23:00:42 +0000 (20:00 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 21 Feb 2007 15:34:49 +0000 (13:34 -0200)
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-usb/Makefile
drivers/media/dvb/dvb-usb/m920x.c [moved from drivers/media/dvb/dvb-usb/megasky.c with 99% similarity]
drivers/media/dvb/dvb-usb/m920x.h [moved from drivers/media/dvb/dvb-usb/megasky.h with 100% similarity]

index d1e4f1c..e2eed10 100644 (file)
@@ -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
similarity index 99%
rename from drivers/media/dvb/dvb-usb/megasky.c
rename to drivers/media/dvb/dvb-usb/m920x.c
index 2fda56d..c50f484 100644 (file)
@@ -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"