diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-09-23 19:00:42 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:34:49 -0500 |
commit | 2aef7d0fa0e35a3a26733bef147196c2926bd228 (patch) | |
tree | 251de9dac95f1d9cc930aa6ef8d753575fe84f68 /drivers | |
parent | 5fecd9fd4287dd163fe1f1f0b1e86e931ed589c4 (diff) |
V4L/DVB (5125): Dvb-usb: rename megasky.[ch] to m920x.[ch]
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/dvb-usb/Makefile | 4 | ||||
-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 | |||
30 | dvb-usb-umt-010-objs = umt-010.o | 30 | dvb-usb-umt-010-objs = umt-010.o |
31 | obj-$(CONFIG_DVB_USB_UMT_010) += dvb-usb-dibusb-common.o dvb-usb-umt-010.o | 31 | obj-$(CONFIG_DVB_USB_UMT_010) += dvb-usb-dibusb-common.o dvb-usb-umt-010.o |
32 | 32 | ||
33 | dvb-usb-megasky-objs = megasky.o | 33 | dvb-usb-m920x-objs = m920x.o |
34 | obj-$(CONFIG_DVB_USB_MEGASKY) += dvb-usb-megasky.o | 34 | obj-$(CONFIG_DVB_USB_MEGASKY) += dvb-usb-m920x.o |
35 | 35 | ||
36 | dvb-usb-digitv-objs = digitv.o | 36 | dvb-usb-digitv-objs = digitv.o |
37 | obj-$(CONFIG_DVB_USB_DIGITV) += dvb-usb-digitv.o | 37 | 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 @@ | |||
8 | * | 8 | * |
9 | * see Documentation/dvb/README.dvb-usb for more information | 9 | * see Documentation/dvb/README.dvb-usb for more information |
10 | */ | 10 | */ |
11 | #include "megasky.h" | 11 | #include "m920x.h" |
12 | 12 | ||
13 | #include "mt352.h" | 13 | #include "mt352.h" |
14 | #include "mt352_priv.h" | 14 | #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 | |||