diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 13:35:33 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 13:34:22 -0400 |
commit | 8a55a00aad9f5c4e9bb97729b42a7ceea2a3b6fb (patch) | |
tree | fe0550f928c49bf656f64194c7b1f6e072aaca43 /sound | |
parent | 3a62ed73ccb76b3d573c2ceb52ee01081fa89f3d (diff) |
x86, VisWS: turn into generic arch, update include file change
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'sound')
-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 2c5aaa58046d..dcbb3f739e61 100644 --- a/sound/oss/vwsnd.c +++ b/sound/oss/vwsnd.c | |||
@@ -150,7 +150,7 @@ | |||
150 | #include <linux/interrupt.h> | 150 | #include <linux/interrupt.h> |
151 | #include <linux/mutex.h> | 151 | #include <linux/mutex.h> |
152 | 152 | ||
153 | #include <asm/mach-visws/cobalt.h> | 153 | #include <asm/visws/cobalt.h> |
154 | 154 | ||
155 | #include "sound_config.h" | 155 | #include "sound_config.h" |
156 | 156 | ||