linux-bl808/tools/testing/radix-tree/linux
Matthew Wilcox (Oracle) d6e6a27d96 tools: Fix math.h breakage
Commit 98e1385ef2 ("include/linux/radix-tree.h: replace kernel.h with
the necessary inclusions") broke the radix tree test suite in two
different ways; first by including math.h which didn't exist in the
tools directory, and second by removing an implicit include of
spinlock.h before lockdep.h.  Fix both issues.

Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-11-30 09:14:42 -08:00
..
bug.h xarray: Add definition of struct xarray 2018-10-21 10:45:53 -04:00
cpu.h
gfp.h
idr.h
init.h
kconfig.h xarray: Add definition of struct xarray 2018-10-21 10:45:53 -04:00
kernel.h radix tree test suite: Fix compilation 2020-10-07 09:07:49 -04:00
kmemleak.h
local_lock.h radix tree test suite: Fix compilation 2020-10-07 09:07:49 -04:00
lockdep.h tools: Fix math.h breakage 2021-11-30 09:14:42 -08:00
percpu.h
preempt.h
radix-tree.h
rcupdate.h rcu: Don't return a value from rcu_assign_pointer() 2019-06-13 15:38:34 -07:00
slab.h radix tree test suite: Support kmem_cache alignment 2020-02-27 12:25:47 -05:00
xarray.h