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 | |
parent | 3a62ed73ccb76b3d573c2ceb52ee01081fa89f3d (diff) |
x86, VisWS: turn into generic arch, update include file change
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-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 2c5aaa58046..dcbb3f739e6 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" |