Re: Missing unistd_no.h and unistd_mm.h export on m68k

From: Lennart Sorensen
Date: Thu Feb 05 2009 - 10:55:06 EST


On Thu, Feb 05, 2009 at 10:51:04AM -0500, Lennart Sorensen wrote:

Oops, I forgot to do one of the requested fixes to the patch.

Here is a better one.

--
Len Sorensen

The header files exported on m68k are missing dependant header files
that are included by some of the epxorted files. This includes the 8
missing pairs of files needed by normal and uclibc builds against the
headers files.

Signed-of-by: Len Sorensen <lsorense@xxxxxxxxxxxxxxxxxxx>

diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild
index 1a922fa..d477927 100644
--- a/arch/m68k/include/asm/Kbuild
+++ b/arch/m68k/include/asm/Kbuild
@@ -1,2 +1,18 @@
include include/asm-generic/Kbuild.asm
header-y += cachectl.h
+header-y += param_mm.h
+header-y += param_no.h
+header-y += ptrace_mm.h
+header-y += ptrace_no.h
+header-y += setup_mm.h
+header-y += setup_no.h
+header-y += sigcontext_mm.h
+header-y += sigcontext_no.h
+header-y += siginfo_mm.h
+header-y += siginfo_no.h
+header-y += signal_mm.h
+header-y += signal_no.h
+header-y += swab_mm.h
+header-y += swab_no.h
+header-y += unistd_mm.h
+header-y += unistd_no.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/