From: Matthew Wilcox Date: Mon, 17 Dec 2007 23:44:43 +0000 (+0100) Subject: m68k: Export cachectl.h X-Git-Tag: v2.6.23.15~20 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f6055bdd46a2b964f09d02056a251bbf5a8ce9ef;p=karo-tx-linux.git m68k: Export cachectl.h patch e92042e5c009d84ba741ec4a978a13f260e6ee24 in mainline. 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 Cc: maximilian attems Signed-off-by: Geert Uytterhoeven Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- 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