From b530cc717d0613323964940f6911d8759aa81fc0 Mon Sep 17 00:00:00 2001 From: Trent Piepho Date: Wed, 21 Feb 2007 10:41:13 -0800 Subject: compat: move compat.h location in btaudio driver From: Trent Piepho Missed this one, make allyesconfig doesn't build btaudio if you have OSS turned off. Signed-off-by: Trent Piepho --- linux/sound/oss/btaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/sound') diff --git a/linux/sound/oss/btaudio.c b/linux/sound/oss/btaudio.c index 9a55ff5d0..0285a7082 100644 --- a/linux/sound/oss/btaudio.c +++ b/linux/sound/oss/btaudio.c @@ -19,7 +19,6 @@ */ -#include "compat.h" #include #include #include @@ -41,6 +40,7 @@ #include #include +#include "compat.h" /* mmio access */ -- cgit v1.2.3