summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2007-12-18 00:44:43 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2008-02-08 12:01:43 -0800
commitf6055bdd46a2b964f09d02056a251bbf5a8ce9ef (patch)
treef00c3764f5c9a698b1253449648b071cd1e31287
parent72754b23ef3a4b1b1982ce51a9778bf491f1bd1f (diff)
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 <matthew@wil.cx> Cc: maximilian attems <max@stro.at> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--include/asm-m68k/Kbuild1
1 files changed, 1 insertions, 0 deletions
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