Most of asm-x86_64/bugs.h is code which should be in a C file, so put it there.
Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Andi Kleen Cc: Andi Kleen Cc: Linus Torvalds
#ifndef _ASM_X86_64_BUGS_H #define _ASM_X86_64_BUGS_H void check_bugs(void); #endif /* _ASM_X86_64_BUGS_H */