From 56eb8c85473f48c34f74e3591b956e3c63957262 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 5 Feb 2008 10:29:31 -0200 Subject: backport kernel commit 9004acc70e8c49c50c4c7b652f906f1e0ed5709d From: Mauro Carvalho Chehab Original patch comments: Author: Takashi Iwai 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 --- linux/sound/pci/bt87x.c | 1 - 1 file changed, 1 deletion(-) (limited to 'linux/sound/pci/bt87x.c') 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 #include #include #include -- cgit v1.2.3