diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-20 09:13:44 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-20 09:13:44 -0200 |
commit | 9b771c780d9f19ae15d1e0bd15b6a83c4b8d3f49 (patch) | |
tree | f78c454775b4d21134be65479017449c29b2d4ca /linux/drivers/media/video/em28xx/em28xx-audio.c | |
parent | 9a3cca9ddec155f7c751f0e0dbc2facb344f66d9 (diff) | |
parent | e07e5abc1bfe38913c72ca97cce4d7b7b034cd1d (diff) | |
download | mediapointer-dvb-s2-9b771c780d9f19ae15d1e0bd15b6a83c4b8d3f49.tar.gz mediapointer-dvb-s2-9b771c780d9f19ae15d1e0bd15b6a83c4b8d3f49.tar.bz2 |
merge: http://linuxtv.org/hg/~mkrufky/tda18271
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx-audio.c')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-audio.c b/linux/drivers/media/video/em28xx/em28xx-audio.c index 901eeeb5c..e97446778 100644 --- a/linux/drivers/media/video/em28xx/em28xx-audio.c +++ b/linux/drivers/media/video/em28xx/em28xx-audio.c @@ -35,7 +35,7 @@ #include <linux/vmalloc.h> #include <linux/proc_fs.h> #include <linux/module.h> -#include <sound/driver.h> +#include "compat.h" #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h> |