diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 11:21:32 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 11:21:32 -0200 |
commit | 4ac1cd8ad088bf6e13b4448feb8806a56c361a17 (patch) | |
tree | d88a43249494ae7b98307967df9aab4746639b4b /linux/drivers/media/video/cx88 | |
parent | 4ce8ef90769df3644a1eb9fee1b7746dea09e753 (diff) | |
download | mediapointer-dvb-s2-4ac1cd8ad088bf6e13b4448feb8806a56c361a17.tar.gz mediapointer-dvb-s2-4ac1cd8ad088bf6e13b4448feb8806a56c361a17.tar.bz2 |
Fix compilation against kernel 2.6.23
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-alsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-alsa.c b/linux/drivers/media/video/cx88/cx88-alsa.c index ae69ba065..dce005b14 100644 --- a/linux/drivers/media/video/cx88/cx88-alsa.c +++ b/linux/drivers/media/video/cx88/cx88-alsa.c @@ -33,6 +33,7 @@ #include <linux/pci.h> #include <asm/delay.h> +#include "compat.h" #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h> @@ -42,7 +43,6 @@ #include <sound/tlv.h> #endif -#include "compat.h" #include "cx88.h" #include "cx88-reg.h" |