summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/llist.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/linux/llist.h')
-rw-r--r--kernel/include/linux/llist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/linux/llist.h b/kernel/include/linux/llist.h
index fbf10a0bc..fd4ca0b4f 100644
--- a/kernel/include/linux/llist.h
+++ b/kernel/include/linux/llist.h
@@ -55,8 +55,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <linux/atomic.h>
#include <linux/kernel.h>
-#include <asm/cmpxchg.h>
struct llist_head {
struct llist_node *first;