Files
linux/tools
Matthew Wilcox (Oracle) 7487de534d radix tree test suite: Fix compilation
Commit 4bba4c4bb0 added tools/include/linux/compiler_types.h which
includes linux/compiler-gcc.h.  Unfortunately, we had our own (empty)
compiler_types.h which overrode the one added by that commit, and
so we lost the definition of __must_be_array().  Removing our empty
compiler_types.h fixes the problem and reduces our divergence from the
rest of the tools.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
2021-03-30 13:44:35 -04:00
..
2020-08-22 10:53:12 +01:00
2020-04-02 17:57:10 +01:00
2020-08-19 14:11:44 +02:00
2020-09-04 12:46:06 +01:00