mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Missing unistd_no.h and unistd_mm.h export on m68k
@ 2009-02-04 18:14 Lennart Sorensen
  2009-02-04 18:31 ` Lennart Sorensen
  0 siblings, 1 reply; 8+ messages in thread
From: Lennart Sorensen @ 2009-02-04 18:14 UTC (permalink / raw)
  To: linux-kernel

make header_install fails to include the files unistd_no.h and
unistd_mm.h on m68k, while those two files are included by unistd.h.

This patch fixes this by adding these two files to the list of m68k
specific headers to export.

Signed-off-by: Len Sorensen <lsorense@csclub.uwaterloo.ca>

Signed
diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild
index 1a922fa..2bb4738 100644
--- a/arch/m68k/include/asm/Kbuild
+++ b/arch/m68k/include/asm/Kbuild
@@ -1,2 +1,2 @@
 include include/asm-generic/Kbuild.asm
-header-y += cachectl.h
+header-y += cachectl.h unistd_no.h unistd_mm.h

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-02-05 19:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-04 18:14 Missing unistd_no.h and unistd_mm.h export on m68k Lennart Sorensen
2009-02-04 18:31 ` Lennart Sorensen
2009-02-04 18:46   ` Lennart Sorensen
2009-02-04 20:20     ` Lennart Sorensen
2009-02-05  5:53     ` Sam Ravnborg
2009-02-05 15:51       ` Lennart Sorensen
2009-02-05 15:54         ` Lennart Sorensen
2009-02-05 19:48           ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®