diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-06 00:50:15 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-06 00:53:26 +0200 |
commit | ccc0e3483c2447fd14d4fb9ba2a77da628322815 (patch) | |
tree | a3fdba5ca8e3ee2bbd001683135d0ef21f419a06 /drivers/media/video | |
parent | [media] dvb_usbv2: rename dvb_usb_firmware to cypress_firmware (diff) | |
download | linux-ccc0e3483c2447fd14d4fb9ba2a77da628322815.tar.xz linux-ccc0e3483c2447fd14d4fb9ba2a77da628322815.zip |
[media] move dvb-usb-ids.h to dvb-core
While this header were meant to be used just by dvb-usb driver, it
is now being used also by dvb-usb-v2 and cx231xx. So, move it to a
better place.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/cx231xx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx231xx/Makefile b/drivers/media/video/cx231xx/Makefile index b3348975c7c2..cb06b022e011 100644 --- a/drivers/media/video/cx231xx/Makefile +++ b/drivers/media/video/cx231xx/Makefile @@ -12,5 +12,4 @@ ccflags-y += -Idrivers/media/video ccflags-y += -Idrivers/media/common/tuners ccflags-y += -Idrivers/media/dvb/dvb-core ccflags-y += -Idrivers/media/dvb/frontends -ccflags-y += -Idrivers/media/dvb/dvb-usb |