diff options
author | Uri Shkolnik <uris@siano-ms.com> | 2009-05-14 15:28:17 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 18:14:30 -0400 |
commit | c9679e3b0c329fa090798d658e185ee788540353 (patch) | |
tree | 9c18355fb670120ec033c3809784c2b64e769e0a /drivers | |
parent | 843d0605efa58f6e087cae074b22a2fb77506f6a (diff) |
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')
-rw-r--r-- | drivers/media/dvb/siano/smscoreapi.h | 7 | ||||
-rw-r--r-- | drivers/media/dvb/siano/smsdvb.c | 5 |
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/>. | |||
34 | 34 | ||
35 | #include <asm/page.h> | 35 | #include <asm/page.h> |
36 | 36 | ||
37 | #define SMS_DVB3_SUBSYS | ||
38 | #ifdef SMS_DVB3_SUBSYS | ||
39 | #include "dmxdev.h" | ||
40 | #include "dvbdev.h" | ||
41 | #include "dvb_demux.h" | ||
42 | #include "dvb_frontend.h" | ||
43 | #endif | ||
44 | 37 | ||
45 | #define kmutex_init(_p_) mutex_init(_p_) | 38 | #define kmutex_init(_p_) mutex_init(_p_) |
46 | #define kmutex_lock(_p_) mutex_lock(_p_) | 39 | #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/>. | |||
22 | #include <linux/module.h> | 22 | #include <linux/module.h> |
23 | #include <linux/init.h> | 23 | #include <linux/init.h> |
24 | 24 | ||
25 | #include "dmxdev.h" | ||
26 | #include "dvbdev.h" | ||
27 | #include "dvb_demux.h" | ||
28 | #include "dvb_frontend.h" | ||
29 | |||
25 | #include "smscoreapi.h" | 30 | #include "smscoreapi.h" |
26 | #include "smsendian.h" | 31 | #include "smsendian.h" |
27 | #include "sms-cards.h" | 32 | #include "sms-cards.h" |