# HG changeset patch # User Uri Shkolnik <uris@xxxxxxxxxxxx> # Date 1242323970 -10800 # Node ID cc2c1513b97c4247614fadcab0a61f3979837d86 # Parent 483a3656a227acbceb26da96b02bebd0058a3961 [0905_12] Siano: move dvb-api headers' includes to dvb adapter From: Uri Shkolnik <uris@xxxxxxxxxxxx> Move the DVB-API v3 headers' include list from the core component to the smsdvb (DVB adapter) which is the only one that uses them. Priority: normal Signed-off-by: Uri Shkolnik <uris@xxxxxxxxxxxx> diff -r 483a3656a227 -r cc2c1513b97c linux/drivers/media/dvb/siano/smscoreapi.h --- a/linux/drivers/media/dvb/siano/smscoreapi.h Thu May 14 20:54:22 2009 +0300 +++ b/linux/drivers/media/dvb/siano/smscoreapi.h Thu May 14 20:59:30 2009 +0300 @@ -35,13 +35,6 @@ along with this program. If not, see <h #include <asm/page.h> #include "compat.h" -#define SMS_DVB3_SUBSYS -#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 483a3656a227 -r cc2c1513b97c linux/drivers/media/dvb/siano/smsdvb.c --- a/linux/drivers/media/dvb/siano/smsdvb.c Thu May 14 20:54:22 2009 +0300 +++ b/linux/drivers/media/dvb/siano/smsdvb.c Thu May 14 20:59:30 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