diff options
Diffstat (limited to 'arch/sparc64/lib/debuglocks.c')
-rw-r--r-- | arch/sparc64/lib/debuglocks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc64/lib/debuglocks.c b/arch/sparc64/lib/debuglocks.c index 69286c4b7..315724ec3 100644 --- a/arch/sparc64/lib/debuglocks.c +++ b/arch/sparc64/lib/debuglocks.c @@ -1,4 +1,4 @@ -/* $Id: debuglocks.c,v 1.2 1998/10/13 09:07:27 davem Exp $ +/* $Id: debuglocks.c,v 1.3 1999/09/10 10:40:50 davem Exp $ * debuglocks.c: Debugging versions of SMP locking primitives. * * Copyright (C) 1998 David S. Miller (davem@dm.cobaltmicro.com) @@ -6,8 +6,8 @@ #include <linux/kernel.h> #include <linux/sched.h> +#include <linux/spinlock.h> #include <asm/system.h> -#include <asm/spinlock.h> #ifdef __SMP__ |