summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/csum_partial.S
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-05-07 23:43:58 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-05-07 23:43:58 +0000
commiteceef87159b136a4a21395112b888e232ea8df76 (patch)
tree1d244ceb9d714c6175ec765388759cbb6e9f4e4e /arch/mips/lib/csum_partial.S
parentdca50cc150304946afb790f00ead222736146e3e (diff)
Make the default configurations (RM200C / Acer PICA) compile.
Diffstat (limited to 'arch/mips/lib/csum_partial.S')
-rw-r--r--arch/mips/lib/csum_partial.S9
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/mips/lib/csum_partial.S b/arch/mips/lib/csum_partial.S
index ce43987d8..66fd03031 100644
--- a/arch/mips/lib/csum_partial.S
+++ b/arch/mips/lib/csum_partial.S
@@ -1,14 +1,13 @@
-/*
+/* $Id: csum_partial.S,v 1.1 1998/05/04 09:12:52 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) 1998 Ralf Baechle
- *
- * $Id: csum_partial.S,v 1.2 1998/04/22 03:26:19 ralf Exp $
*/
-#include <sys/asm.h>
-#include <sys/regdef.h>
+#include <asm/asm.h>
+#include <asm/regdef.h>
#define ADDC(sum,reg) \
addu sum, reg; \