diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-05 19:50:15 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-05 19:53:26 -0300 |
commit | ccc0e3483c2447fd14d4fb9ba2a77da628322815 (patch) | |
tree | a3fdba5ca8e3ee2bbd001683135d0ef21f419a06 /drivers/media/video | |
parent | 355b4b2b5e83986132c77326e2b97780480b8d69 (diff) | |
download | linux-3.10-ccc0e3483c2447fd14d4fb9ba2a77da628322815.tar.gz linux-3.10-ccc0e3483c2447fd14d4fb9ba2a77da628322815.tar.bz2 linux-3.10-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 b3348975c7c..cb06b022e01 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 |