]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
radix tree test suite: Fix compilation
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 14 Jun 2020 10:07:10 +0000 (06:07 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 19:10:56 +0000 (15:10 -0400)
Introducing local_lock broke compilation; fix it all up and move the
local_lock header to be included alphabetically.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
include/linux/radix-tree.h

index 64ad900ac74224eeff8012d8493460078cedb25d..42b8fa3137d87b99e53f36c30930f6ed4e8b5f81 100644 (file)
 #include <linux/bitops.h>
 #include <linux/kernel.h>
 #include <linux/list.h>
+#include <linux/local_lock.h>
 #include <linux/percpu.h>
 #include <linux/preempt.h>
 #include <linux/rcupdate.h>
 #include <linux/spinlock.h>
 #include <linux/types.h>
 #include <linux/xarray.h>
-#include <linux/local_lock.h>
 
 /* Keep unconverted code working */
 #define radix_tree_root                xarray