diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-18 14:53:26 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-18 17:14:53 +0300 |
commit | a348d2005d4a76c8c84150329f926c255c994ead (patch) | |
tree | 11d2387c28c6038d74d5681f1fd500ac0d0f9725 /drivers/media | |
parent | 057596eea8402aa8f7a670bf3195665aa8267204 (diff) | |
download | linux-a348d2005d4a76c8c84150329f926c255c994ead.tar.xz |
V4L/DVB (7049): Remove sound/driver.h
sound/driver.h is already included by sound/core.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-audio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-audio.c b/drivers/media/video/em28xx/em28xx-audio.c index 941357c4f3f5..2c7343d3139d 100644 --- a/drivers/media/video/em28xx/em28xx-audio.c +++ b/drivers/media/video/em28xx/em28xx-audio.c @@ -35,7 +35,6 @@ #include <linux/vmalloc.h> #include <linux/proc_fs.h> #include <linux/module.h> -#include <sound/driver.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h> |