]> git.baikalelectronics.ru Git - kernel.git/commit
radix tree test suite: Fix compilation
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 30 Mar 2021 17:44:35 +0000 (13:44 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 30 Mar 2021 17:44:35 +0000 (13:44 -0400)
commit578cbcd3f429f8f5b851bae9f8bbddc1d019213b
treed0ea741d8933c2ed7862699fcb826fc1ab9c80d6
parent73f5b166a485fae85f0d81019de88211568a7703
radix tree test suite: Fix compilation

Commit 4eb74b0f9d48 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>
tools/testing/radix-tree/linux/compiler_types.h [deleted file]