X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fspinlock_types.h;h=f6a3a951b79eda3fc409913d10819361fe41faa3;hb=2e824ad59f678a1ff920144fda9b7dd0815fc010;hp=210549ba4ef4b8a0fad84e8760ef6c84ec23ec9e;hpb=9028780a3e6d2c3dd940e89b377765cca008b6df;p=linux-2.6 diff --git a/include/linux/spinlock_types.h b/include/linux/spinlock_types.h index 210549ba4e..f6a3a951b7 100644 --- a/include/linux/spinlock_types.h +++ b/include/linux/spinlock_types.h @@ -9,14 +9,14 @@ * Released under the General Public License (GPL). */ -#include - #if defined(CONFIG_SMP) # include #else # include #endif +#include + typedef struct { raw_spinlock_t raw_lock; #if defined(CONFIG_PREEMPT) && defined(CONFIG_SMP)