[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>
This commit is contained in:
Atsushi Nemoto
2006-09-07 01:00:22 +09:00
committed by Ralf Baechle
parent d34555fb20
commit 8f9a2b3246
4 changed files with 11 additions and 2 deletions

View File

@@ -10,8 +10,6 @@
#define _ASM_PTRACE_H
#include <asm/isadep.h>
/* 0 - 31 are integer registers, 32 - 63 are fp registers. */
#define FPR_BASE 32
#define PC 64
@@ -73,6 +71,7 @@ struct pt_regs {
#ifdef __KERNEL__
#include <linux/linkage.h>
#include <asm/isadep.h>
/*
* Does the process account for user or for system time?