V4L/DVB (3643): Fix default values for tvp5150 controls
[linux-2.6/suspend2-2.6.18.git] / include / asm-um / linkage.h
blobe3d62dcbd3565685b110bc9e1f3a76b871a365b3
1 #ifndef __ASM_UM_LINKAGE_H
2 #define __ASM_UM_LINKAGE_H
4 #include "asm/arch/linkage.h"
6 #include <linux/config.h>
8 /* <linux/linkage.h> will pick sane defaults */
9 #ifdef CONFIG_GPROF
10 #undef FASTCALL
11 #undef fastcall
12 #endif
14 #endif