From: Matthew Wilcox Date: Sat, 13 Oct 2007 12:31:27 +0000 (+0200) Subject: m68k: Export cachectl.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e92042e5c009d84ba741ec4a978a13f260e6ee24;p=linux-beck.git m68k: Export cachectl.h 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 Signed-off-by: Geert Uytterhoeven Signed-off-by: Linus Torvalds --- diff --git a/include/asm-m68k/Kbuild b/include/asm-m68k/Kbuild index c68e1680da01..1a922fad76f7 100644 --- a/include/asm-m68k/Kbuild +++ b/include/asm-m68k/Kbuild @@ -1 +1,2 @@ include include/asm-generic/Kbuild.asm +header-y += cachectl.h