[media] move dvb-usb-ids.h to dvb-core
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 5 Aug 2012 22:50:15 +0000 (19:50 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 5 Aug 2012 22:53:26 +0000 (19:53 -0300)
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>
drivers/media/dvb/dvb-core/dvb-usb-ids.h [moved from drivers/media/dvb/dvb-usb/dvb-usb-ids.h with 100% similarity]
drivers/media/dvb/dvb-usb-v2/dvb_usb.h
drivers/media/dvb/dvb-usb/Makefile
drivers/media/video/cx231xx/Makefile

index 4db591b..773817b 100644 (file)
@@ -30,7 +30,7 @@
 #include "dvb_demux.h"
 #include "dvb_net.h"
 #include "dmxdev.h"
-#include "../dvb-usb/dvb-usb-ids.h"
+#include "dvb-usb-ids.h"
 
 /*
  * device file: /dev/dvb/adapter[0-1]/frontend[0-2]
index 29fa0f0..4b70599 100644 (file)
@@ -92,4 +92,3 @@ ccflags-y += -I$(srctree)/drivers/media/dvb/frontends/
 # due to tuner-xc3028
 ccflags-y += -I$(srctree)/drivers/media/common/tuners
 ccflags-y += -I$(srctree)/drivers/media/dvb/ttpci
-
index b334897..cb06b02 100644 (file)
@@ -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