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/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