From f6055bdd46a2b964f09d02056a251bbf5a8ce9ef Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Tue, 18 Dec 2007 00:44:43 +0100 Subject: [PATCH] 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 --- include/asm-m68k/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/include/asm-m68k/Kbuild b/include/asm-m68k/Kbuild index c68e1680da017..1a922fad76f75 100644 --- a/include/asm-m68k/Kbuild +++ b/include/asm-m68k/Kbuild @@ -1 +1,2 @@ include include/asm-generic/Kbuild.asm +header-y += cachectl.h -- 2.47.2