diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-02-21 10:41:13 -0800 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2007-02-21 10:41:13 -0800 |
commit | b530cc717d0613323964940f6911d8759aa81fc0 (patch) | |
tree | 8833023bac2b08713ff8b0be4e9c2fe36ac7a7ba | |
parent | a10fafffd600af5d428876815d7da534e3a4c824 (diff) | |
download | mediapointer-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.c | 2 |
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 */ |