]> git.hungrycats.org Git - linux/commitdiff
Include linux/compiler.h in include/asm-i386/bitops.h,
authorJeff Garzik <jgarzik@rum.normnet.org>
Wed, 13 Feb 2002 09:05:47 +0000 (04:05 -0500)
committerJeff Garzik <jgarzik@rum.normnet.org>
Wed, 13 Feb 2002 09:05:47 +0000 (04:05 -0500)
for the definition of unlikely().

include/asm-i386/bitops.h

index 77a1ab71d26136f3eb794b5b8b3eb7fc0b16219a..9b8eb03cd219fbb60e84723f987e4a3181614d68 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include <linux/config.h>
+#include <linux/compiler.h>
 
 /*
  * These have to be done with inline assembly: that way the bit-setting