bonding: Fix bonding crash
[firefly-linux-kernel-4.4.55.git] / include / linux / llist.h
index fbf10a0bc0957c8bb2609da00969d88429797794..fd4ca0b4fe0f72532767fca40f0ce2d60cf9d3ae 100644 (file)
@@ -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;