# HG changeset patch # User Uri Shkolnik <uris@xxxxxxxxxxxx> # Date 1242142695 -10800 # Node ID 777b32ac3080215d26c35853ea41c1f8f992b70c # Parent 10143bda4ddae2b30af23adb15e536dc8bef7962 [0905_08] Siano: smsdvb - move the dvb related included files From: Uri Shkolnik <uris@xxxxxxxxxxxx> This patch moves the DVB API related headers from the core, to the smbdvb (dvb adapter) which is the only component that uses these headers. Priority: normal Signed-off-by: Uri Shkolnik <uris@xxxxxxxxxxxx> diff -r 10143bda4dda -r 777b32ac3080 linux/drivers/media/dvb/siano/smscoreapi.h --- a/linux/drivers/media/dvb/siano/smscoreapi.h Tue May 12 18:32:16 2009 +0300 +++ b/linux/drivers/media/dvb/siano/smscoreapi.h Tue May 12 18:38:15 2009 +0300 @@ -34,13 +34,6 @@ along with this program. If not, see <h #include <asm/page.h> #include "compat.h" - -#ifdef SMS_DVB3_SUBSYS -#include "dmxdev.h" -#include "dvbdev.h" -#include "dvb_demux.h" -#include "dvb_frontend.h" -#endif #define kmutex_init(_p_) mutex_init(_p_) #define kmutex_lock(_p_) mutex_lock(_p_) diff -r 10143bda4dda -r 777b32ac3080 linux/drivers/media/dvb/siano/smsdvb.c --- a/linux/drivers/media/dvb/siano/smsdvb.c Tue May 12 18:32:16 2009 +0300 +++ b/linux/drivers/media/dvb/siano/smsdvb.c Tue May 12 18:38:15 2009 +0300 @@ -21,6 +21,11 @@ along with this program. If not, see <h #include <linux/module.h> #include <linux/init.h> + +#include "dmxdev.h" +#include "dvbdev.h" +#include "dvb_demux.h" +#include "dvb_frontend.h" #include "smscoreapi.h" #include "smsendian.h" -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html