aboutsummaryrefslogtreecommitdiff
path: root/tools/include/linux/math.h
AgeCommit message (Collapse)AuthorFilesLines
2021-11-30tools: Fix math.h breakageMatthew Wilcox (Oracle)1-0/+25
Commit 98e1385ef24b ("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 <[email protected]> Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> Acked-by: Andy Shevchenko <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>