diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2006-09-06 18:00:22 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 14:37:40 +0200 |
commit | 8f9a2b324644d3f8c233287f0a7764d61655cda4 (patch) | |
tree | c35f35bb0e5c4999237f4b954d6fe393985dfad8 /include/asm-mips/Kbuild | |
parent | [MIPS] Do not lose upper 32-bit on MIPS32 with 64-bit addresses in __pte(). (diff) | |
download | linux-8f9a2b324644d3f8c233287f0a7764d61655cda4.tar.xz linux-8f9a2b324644d3f8c233287f0a7764d61655cda4.zip |
[MIPS] Fix errors detected by "make headers_check"
* export asm/sgidefs.h
* include asm/isadep.h only if in kernel
* do not export contents of asm/timex.h and asm/user.h
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/Kbuild')
-rw-r--r-- | include/asm-mips/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/Kbuild b/include/asm-mips/Kbuild index c68e1680da01..01ea3e045652 100644 --- a/include/asm-mips/Kbuild +++ b/include/asm-mips/Kbuild @@ -1 +1,3 @@ include include/asm-generic/Kbuild.asm + +header-y += sgidefs.h |