diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-18 08:08:21 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-18 08:08:21 -0200 |
commit | 55d0724f5699252e25c050bd9c30cec1c1e53202 (patch) | |
tree | ac583a1e12d47bf5d39e6c688beaab2a4c8fb26b | |
parent | e49df2de9c7938517f8047293228eb4b8f17e763 (diff) | |
download | mediapointer-dvb-s2-55d0724f5699252e25c050bd9c30cec1c1e53202.tar.gz mediapointer-dvb-s2-55d0724f5699252e25c050bd9c30cec1c1e53202.tar.bz2 |
include sound/driver.h should be before sound/core.h
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Add compat.h at the proper place
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-audio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-audio.c b/linux/drivers/media/video/em28xx/em28xx-audio.c index be48bcdb6..e97446778 100644 --- a/linux/drivers/media/video/em28xx/em28xx-audio.c +++ b/linux/drivers/media/video/em28xx/em28xx-audio.c @@ -35,6 +35,7 @@ #include <linux/vmalloc.h> #include <linux/proc_fs.h> #include <linux/module.h> +#include "compat.h" #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h> |