diff options
author | Andy Walls <awalls@radix.net> | 2009-02-28 20:42:51 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 17:43:09 +0200 |
commit | 386e439f0c32eb540e931b0d1874e3fd1a8a8f10 (patch) | |
tree | 6c939125281fdf035513736b96977874968d6d0a /drivers/media/video/cx18 | |
parent | V4L/DVB (10851): cx18: Fix a video scaling check problem introduced by sliced... (diff) | |
download | linux-386e439f0c32eb540e931b0d1874e3fd1a8a8f10.tar.xz 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 |