more include order horrors
authorAl Viro <viro@ftp.linux.org.uk>
Fri, 27 Jul 2007 13:19:52 +0000 (14:19 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 29 Jul 2007 02:42:21 +0000 (19:42 -0700)
commit986c76036adb0b12cbe1bf1ce1f75586585ee227
tree255797fb3de85cb47994a49746b1f3192e459bb6
parent9873aed5a90aefb1642a85070c35088cca8b6a92
more include order horrors

... because somebody had added preempt.h -> list.h, resulting in
asm/system.h -> hardirq.h -> preempt.h -> list.h -> asm/system.h on m68k,
with smp_wmb() used in list.h and defined in asm/system.h below the include
of hardirq.h.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-m68k/system.h