Commit 002ca199 authored by Jeff Garzik's avatar Jeff Garzik

Include linux/compiler.h in include/asm-i386/bitops.h,

for the definition of unlikely().
parent fdf4ccff
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
*/ */
#include <linux/config.h> #include <linux/config.h>
#include <linux/compiler.h>
/* /*
* These have to be done with inline assembly: that way the bit-setting * These have to be done with inline assembly: that way the bit-setting
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment