From: Matthew Wilcox Date: Sat, 13 Oct 2007 12:31:27 +0000 (+0200) Subject: m68k: Export cachectl.h X-Git-Tag: v2.6.24-rc1~1382 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=e92042e5c009d84ba741ec4a978a13f260e6ee24;p=linux-2.6-omap-h63xx.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 c68e1680da0..1a922fad76f 100644 --- a/include/asm-m68k/Kbuild +++ b/include/asm-m68k/Kbuild @@ -1 +1,2 @@ include include/asm-generic/Kbuild.asm +header-y += cachectl.h