X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Flinux%2Fspinlock_types.h;h=f6a3a951b79eda3fc409913d10819361fe41faa3;hb=2cfae2739bda8fc5d934977c0ab19f6df1dd6d6c;hp=210549ba4ef4b8a0fad84e8760ef6c84ec23ec9e;hpb=2c4f365ad2361c93c097e958b2b0a7a112750228;p=powerpc.git 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)