Skip to content

Commit

Permalink
[media] dvb_usb_v2: rename module dvb_usbv2 => dvb_usb_v2
Browse files Browse the repository at this point in the history
I think it is better name. At that phase renaming is quite painless
as module is not yet merged to mainline Kernel.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 27, 2012
1 parent 1e8f31f commit 6332059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/usb/dvb-usb-v2/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dvb_usbv2-objs := dvb_usb_core.o dvb_usb_urb.o usb_urb.o
obj-$(CONFIG_DVB_USB_V2) += dvb_usbv2.o
dvb_usb_v2-objs := dvb_usb_core.o dvb_usb_urb.o usb_urb.o
obj-$(CONFIG_DVB_USB_V2) += dvb_usb_v2.o

dvb_usb_cypress_firmware-objs := cypress_firmware.o
obj-$(CONFIG_DVB_USB_CYPRESS_FIRMWARE) += dvb_usb_cypress_firmware.o
Expand Down

0 comments on commit 6332059

Please sign in to comment.