Wrap <linux/compiler.h> inside '#ifndef __ASSEMBLY__'
None of the compatibility defines make sense for assembly files, and gcc has trouble with vararg macros when using "-traditional" (which is used for asm), to the point of ICE'ing.
Showing
Please register or sign in to comment