]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/sim.h
[ALSA] opl3 - Fix build errors
[linux-2.6-omap-h63xx.git] / include / asm-mips / sim.h
index 9c2af1b00e19732f07f1cebd1ec6ec0a2a9de331..0cd719fabb515b9644310c5e1e6165965b9431ca 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef _ASM_SIM_H
 #define _ASM_SIM_H
 
-#include <linux/config.h>
 
 #include <asm/asm-offsets.h>
 
@@ -19,7 +18,7 @@
 #ifdef CONFIG_32BIT
 
 #define save_static_function(symbol)                                   \
-__asm__ (                                                              \
+__asm__                                                              \
        ".text\n\t"                                                     \
        ".globl\t" #symbol "\n\t"                                       \
        ".align\t2\n\t"                                                 \
@@ -47,7 +46,7 @@ __asm__ (                                                             \
 #ifdef CONFIG_64BIT
 
 #define save_static_function(symbol)                                   \
-__asm__ (                                                              \
+__asm__                                                              \
        ".text\n\t"                                                     \
        ".globl\t" #symbol "\n\t"                                       \
        ".align\t2\n\t"                                                 \