Skip to content

Commit

Permalink
radix tree test suite: Fix compilation
Browse files Browse the repository at this point in the history
Commit 4bba4c4 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>
  • Loading branch information
Matthew Wilcox (Oracle) committed Mar 30, 2021
1 parent df59d0a commit 7487de5
Showing 1 changed file with 0 additions and 0 deletions.
Empty file.

0 comments on commit 7487de5

Please sign in to comment.