Subject: m68k: Export cachectl.h From: Matthew Wilcox libffi in GCC 4.2 needs cachectl.h to do its cache flushing. But we don't currently export it. I believe this patch should do the trick. Signed-off-by: Matthew Wilcox --- include/asm-m68k/Kbuild | 1 + 1 file changed, 1 insertion(+) --- a/include/asm-m68k/Kbuild +++ b/include/asm-m68k/Kbuild @@ -1 +1,2 @@ include include/asm-generic/Kbuild.asm +header-y += cachectl.h