summaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorUri Shkolnik2009-05-14 21:28:17 +0200
committerMauro Carvalho Chehab2009-06-17 00:14:30 +0200
commitc9679e3b0c329fa090798d658e185ee788540353 (patch)
tree9c18355fb670120ec033c3809784c2b64e769e0a /drivers/media
parentV4L/DVB (11783): Siano: smsdvb - small typo fix ad module author (diff)
downloadkernel-qcow2-linux-c9679e3b0c329fa090798d658e185ee788540353.tar.gz
kernel-qcow2-linux-c9679e3b0c329fa090798d658e185ee788540353.tar.xz
kernel-qcow2-linux-c9679e3b0c329fa090798d658e185ee788540353.zip
V4L/DVB (11813): Siano: move dvb-api headers' includes to dvb adapter
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. Signed-off-by: Uri Shkolnik <uris@siano-ms.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/siano/smscoreapi.h7
-rw-r--r--drivers/media/dvb/siano/smsdvb.c5
2 files changed, 5 insertions, 7 deletions
diff --git a/drivers/media/dvb/siano/smscoreapi.h b/drivers/media/dvb/siano/smscoreapi.h
index ca08f61d8dce..942baaec897e 100644
--- a/drivers/media/dvb/siano/smscoreapi.h
+++ b/drivers/media/dvb/siano/smscoreapi.h
@@ -34,13 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <asm/page.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 --git a/drivers/media/dvb/siano/smsdvb.c b/drivers/media/dvb/siano/smsdvb.c
index 92a4dbb9de91..c845b79ed713 100644
--- a/drivers/media/dvb/siano/smsdvb.c
+++ b/drivers/media/dvb/siano/smsdvb.c
@@ -22,6 +22,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#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"
#include "sms-cards.h"