From: Guenter Roeck Date: Sun, 2 Aug 2015 01:29:37 +0000 (-0700) Subject: Orangefs: Swap order of include files X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=81b784b11ea65c5c591f4d963daed2111a1b4280;p=linux-beck.git Orangefs: Swap order of include files spinlock_types.h requires types from linux/types.h. Including spinlock_types.h first may result in the following build errors, as seen with arm:allmodconfig. arch/arm/include/asm/spinlock_types.h:12:3: error: unknown type name 'u32' arch/arm/include/asm/spinlock_types.h:16:4: error: unknown type name 'u16' Fixes: deb4fb58ff73 ("Orangefs: kernel client part 2") Cc: Mark Brown Cc: Mike Marshall Signed-off-by: Guenter Roeck Signed-off-by: Mike Marshall --- diff --git a/fs/orangefs/protocol.h b/fs/orangefs/protocol.h index ca7cef9590d3..f571be21f66a 100644 --- a/fs/orangefs/protocol.h +++ b/fs/orangefs/protocol.h @@ -1,5 +1,5 @@ -#include #include +#include #include #include