diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 10:29:31 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 10:29:31 -0200 |
commit | 56eb8c85473f48c34f74e3591b956e3c63957262 (patch) | |
tree | 895f8f58a34a6b494b6ea6dcb398ca475118589b /linux/sound/pci/bt87x.c | |
parent | 7d0a27c6756421a80ed6a0936aec0b74c0e57389 (diff) | |
download | mediapointer-dvb-s2-56eb8c85473f48c34f74e3591b956e3c63957262.tar.gz mediapointer-dvb-s2-56eb8c85473f48c34f74e3591b956e3c63957262.tar.bz2 |
backport kernel commit 9004acc70e8c49c50c4c7b652f906f1e0ed5709d
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Original patch comments:
Author: Takashi Iwai <tiwai@suse.de>
Date: Tue Jan 8 18:13:27 2008 +0100
[ALSA] Remove sound/driver.h
This header file exists only for some hacks to adapt alsa-driver
tree. It's useless for building in the kernel. Let's move a few
lines in it to sound/core.h and remove it.
With this patch, sound/driver.h isn't removed but has just a single
compile warning to include it. This should be really killed in
future.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/sound/pci/bt87x.c')
-rw-r--r-- | linux/sound/pci/bt87x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/sound/pci/bt87x.c b/linux/sound/pci/bt87x.c index 86c922635..3e820f75c 100644 --- a/linux/sound/pci/bt87x.c +++ b/linux/sound/pci/bt87x.c @@ -21,7 +21,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <sound/driver.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/pci.h> |