Skip to content

Commit

Permalink
[media] move dvb-usb-ids.h to dvb-core
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Aug 5, 2012
1 parent 355b4b2 commit ccc0e34
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/media/dvb/dvb-usb-v2/dvb_usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion drivers/media/dvb/dvb-usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 change: 0 additions & 1 deletion drivers/media/video/cx231xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ccc0e34

Please sign in to comment.