summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2007-02-21 10:41:13 -0800
committerTrent Piepho <xyzzy@speakeasy.org>2007-02-21 10:41:13 -0800
commitb530cc717d0613323964940f6911d8759aa81fc0 (patch)
tree8833023bac2b08713ff8b0be4e9c2fe36ac7a7ba
parenta10fafffd600af5d428876815d7da534e3a4c824 (diff)
downloadmediapointer-dvb-s2-b530cc717d0613323964940f6911d8759aa81fc0.tar.gz
mediapointer-dvb-s2-b530cc717d0613323964940f6911d8759aa81fc0.tar.bz2
compat: move compat.h location in btaudio driver
From: Trent Piepho <xyzzy@speakeasy.org> Missed this one, make allyesconfig doesn't build btaudio if you have OSS turned off. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
-rw-r--r--linux/sound/oss/btaudio.c2
1 files changed, 1 insertions, 1 deletions
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 <linux/module.h>
#include <linux/errno.h>
#include <linux/pci.h>
@@ -41,6 +40,7 @@
#include <asm/uaccess.h>
#include <asm/io.h>
+#include "compat.h"
/* mmio access */