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> |
||
|---|---|---|
| .. | ||
| bug.h | ||
| cpu.h | ||
| gfp.h | ||
| idr.h | ||
| init.h | ||
| kconfig.h | ||
| kernel.h | ||
| kmemleak.h | ||
| local_lock.h | ||
| lockdep.h | ||
| percpu.h | ||
| preempt.h | ||
| radix-tree.h | ||
| rcupdate.h | ||
| slab.h | ||
| xarray.h | ||