x86: fix header export, asm-x86/processor-flags.h, CONFIG_* leaks
[safe/jmp/linux-2.6] / include / asm-x86 / spinlock_types.h
index 9029cf7..06c071c 100644 (file)
@@ -5,7 +5,7 @@
 # error "please don't include this file directly"
 #endif
 
-typedef struct {
+typedef struct raw_spinlock {
        unsigned int slock;
 } raw_spinlock_t;