]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
m68k: Export cachectl.h
authorMatthew Wilcox <matthew@wil.cx>
Mon, 17 Dec 2007 23:44:43 +0000 (00:44 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Feb 2008 20:01:43 +0000 (12:01 -0800)
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>
include/asm-m68k/Kbuild

index c68e1680da0173d5754d1a1df4944120a5239e58..1a922fad76f753aa66e8d212828935861892865a 100644 (file)
@@ -1 +1,2 @@
 include include/asm-generic/Kbuild.asm
+header-y += cachectl.h