diff options
author | Andy Walls <awalls@radix.net> | 2009-02-28 16:42:51 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 12:43:09 -0300 |
commit | 386e439f0c32eb540e931b0d1874e3fd1a8a8f10 (patch) | |
tree | 6c939125281fdf035513736b96977874968d6d0a /drivers/media/video/cx18 | |
parent | 72401b7a37c6f0132ea2d0c3236ec706a9e5759e (diff) | |
download | blackbird-op-linux-386e439f0c32eb540e931b0d1874e3fd1a8a8f10.tar.gz blackbird-op-linux-386e439f0c32eb540e931b0d1874e3fd1a8a8f10.zip |
V4L/DVB (10852): cx18: Include cx18-audio.h in cx18-audio.c to eliminate s-parse warning
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18')
-rw-r--r-- | drivers/media/video/cx18/cx18-audio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx18/cx18-audio.c b/drivers/media/video/cx18/cx18-audio.c index ccd170887b89..bb5c5165dd5f 100644 --- a/drivers/media/video/cx18/cx18-audio.c +++ b/drivers/media/video/cx18/cx18-audio.c @@ -24,6 +24,7 @@ #include "cx18-driver.h" #include "cx18-io.h" #include "cx18-cards.h" +#include "cx18-audio.h" #define CX18_AUDIO_ENABLE 0xc72014 |