summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorPaul Gortmaker2012-04-01 22:38:47 +0200
committerLinus Torvalds2012-04-02 23:41:27 +0200
commit80da6a4feeb9e4d6554f771f14f5b994e6c6c7e8 (patch)
tree4f2826dadc1daa16058d4505f3d24ac98b45a397 /kernel
parentfirewire: restore the device.h include in linux/firewire.h (diff)
downloadkernel-qcow2-linux-80da6a4feeb9e4d6554f771f14f5b994e6c6c7e8.tar.gz
kernel-qcow2-linux-80da6a4feeb9e4d6554f771f14f5b994e6c6c7e8.tar.xz
kernel-qcow2-linux-80da6a4feeb9e4d6554f771f14f5b994e6c6c7e8.zip
asm-generic: add linux/types.h to cmpxchg.h
Builds of the openrisc or1ksim_defconfig show the following: In file included from arch/openrisc/include/generated/asm/cmpxchg.h:1:0, from include/asm-generic/atomic.h:18, from arch/openrisc/include/generated/asm/atomic.h:1, from include/linux/atomic.h:4, from include/linux/dcache.h:4, from fs/notify/fsnotify.c:19: include/asm-generic/cmpxchg.h: In function '__xchg': include/asm-generic/cmpxchg.h:34:20: error: expected ')' before 'u8' include/asm-generic/cmpxchg.h:34:20: warning: type defaults to 'int' in type name and many more lines of similar errors. It seems specific to the or32 because most other platforms have an arch specific component that would have already included types.h ahead of time, but the o32 does not. Cc: Arnd Bergmann <arnd@arndb.de> Cc: Jonas Bonn <jonas@southpole.se> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Acked-by: David Howells <dhowells@redhat.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions