diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-03-18 04:30:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-03-18 04:30:27 +0000 |
commit | 563128078a5d390f4bb6b5f273d575dc7f1c7314 (patch) | |
tree | 83bf9c0ba13232776a35f2e2c605724ad0bd6bae /arch/mips64/sgi-ip22 | |
parent | e62014c38d171383c54eb1fee183f14f592521fc (diff) |
Remove no longer necessary inclusion of spinlock.h.
Diffstat (limited to 'arch/mips64/sgi-ip22')
-rw-r--r-- | arch/mips64/sgi-ip22/ip22-rtc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips64/sgi-ip22/ip22-rtc.c b/arch/mips64/sgi-ip22/ip22-rtc.c index b53ca3b5a..02861b475 100644 --- a/arch/mips64/sgi-ip22/ip22-rtc.c +++ b/arch/mips64/sgi-ip22/ip22-rtc.c @@ -7,7 +7,6 @@ * * Copyright (C) 1998, 2001 by Ralf Baechle */ -#include <linux/spinlock.h> #include <linux/mc146818rtc.h> #include <asm/sgi/sgihpc.h> |