diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 19:35:33 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 19:34:22 +0200 |
commit | 8a55a00aad9f5c4e9bb97729b42a7ceea2a3b6fb (patch) | |
tree | fe0550f928c49bf656f64194c7b1f6e072aaca43 /sound/oss | |
parent | 3a62ed73ccb76b3d573c2ceb52ee01081fa89f3d (diff) | |
download | op-kernel-dev-8a55a00aad9f5c4e9bb97729b42a7ceea2a3b6fb.zip op-kernel-dev-8a55a00aad9f5c4e9bb97729b42a7ceea2a3b6fb.tar.gz |
x86, VisWS: turn into generic arch, update include file change
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'sound/oss')
-rw-r--r-- | sound/oss/vwsnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/vwsnd.c b/sound/oss/vwsnd.c index 2c5aaa5..dcbb3f7 100644 --- a/sound/oss/vwsnd.c +++ b/sound/oss/vwsnd.c @@ -150,7 +150,7 @@ #include <linux/interrupt.h> #include <linux/mutex.h> -#include <asm/mach-visws/cobalt.h> +#include <asm/visws/cobalt.h> #include "sound_config.h" |