From 78c388aed2b7184182c08428db1de6c872d815f5 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 4 Jan 1999 16:03:48 +0000 Subject: Merge with Linux 2.1.131 and more MIPS goodies. (Did I mention that CVS is buggy ...) --- include/asm-i386/mtrr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/asm-i386/mtrr.h') diff --git a/include/asm-i386/mtrr.h b/include/asm-i386/mtrr.h index 7e387cfc6..5b1e8470c 100644 --- a/include/asm-i386/mtrr.h +++ b/include/asm-i386/mtrr.h @@ -85,7 +85,8 @@ static __inline__ int mtrr_add (unsigned long base, unsigned long size, { return -ENODEV; } -static __inline__ mtrr_del (int reg, unsigned long base, unsigned long size) +static __inline__ int mtrr_del (int reg, unsigned long base, + unsigned long size) { return -ENODEV; } -- cgit v1.2.3