aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/linux/compiler_types.h
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2021-03-30 13:44:35 -0400
committerMatthew Wilcox (Oracle) <willy@infradead.org>2021-03-30 13:44:35 -0400
commit7487de534dcbe143e6f41da751dd3ffcf93b00ee (patch)
treed0ea741d8933c2ed7862699fcb826fc1ab9c80d6 /tools/testing/radix-tree/linux/compiler_types.h
parentXArray: Add xa_limit_16b (diff)
downloadlinux-dev-7487de534dcbe143e6f41da751dd3ffcf93b00ee.tar.xz
linux-dev-7487de534dcbe143e6f41da751dd3ffcf93b00ee.zip
radix tree test suite: Fix compilation
Commit 4bba4c4bb09a 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>
Diffstat (limited to '')
-rw-r--r--tools/testing/radix-tree/linux/compiler_types.h0
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/linux/compiler_types.h b/tools/testing/radix-tree/linux/compiler_types.h
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/tools/testing/radix-tree/linux/compiler_types.h
+++ /dev/null