diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 00:01:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 00:01:47 +0000 |
commit | be7a8a2b9742e42f47dc01d48b44c942cfdbd0a8 (patch) | |
tree | 693c5b4ab82bba01c30375e5af28fbb919cdd07b /arch/mips64/kernel/process.c | |
parent | 72a94b543303855d84827e3b71fc00d1c888f770 (diff) |
We don't need config.h.
Diffstat (limited to 'arch/mips64/kernel/process.c')
-rw-r--r-- | arch/mips64/kernel/process.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/mips64/kernel/process.c b/arch/mips64/kernel/process.c index ade972d6b..924140719 100644 --- a/arch/mips64/kernel/process.c +++ b/arch/mips64/kernel/process.c @@ -1,13 +1,11 @@ -/* $Id: process.c,v 1.4 2000/01/16 01:34:01 ralf Exp $ - * +/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * - * Copyright (C) 1994 - 1999 by Ralf Baechle and others. - * Copyright (C) 1999 Silicon Graphics, Inc. + * Copyright (C) 1994 - 1999, 2000 by Ralf Baechle and others. + * Copyright (C) 1999, 2000 Silicon Graphics, Inc. */ -#include <linux/config.h> #include <linux/errno.h> #include <linux/sched.h> #include <linux/kernel.h> |