diff mbox

[0905_12] Siano: move dvb-api headers' includes to dvb adapter

Message ID 261583.74225.qm@web110814.mail.gq1.yahoo.com (mailing list archive)
State Accepted
Headers show

Commit Message

Uri Shkolnik May 14, 2009, 7:28 p.m. UTC
# HG changeset patch
# User Uri Shkolnik <uris@siano-ms.com>
# Date 1242323970 -10800
# Node ID cc2c1513b97c4247614fadcab0a61f3979837d86
# Parent  483a3656a227acbceb26da96b02bebd0058a3961
[0905_12] Siano: move dvb-api headers' includes to dvb adapter

From: Uri Shkolnik <uris@siano-ms.com>

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@siano-ms.com>




      
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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"