diff options
author | Hirokazu Takata <takata@linux-m32r.org> | 2007-02-10 04:43:40 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 13:51:20 -0500 |
commit | fabb626ad6a3744b9f0eaae215a2418d521c1e14 (patch) | |
tree | 9779db4be185ae054ae0753d79e1fae602726f9c /arch/m32r/lib/delay.c | |
parent | 3d60f849341ac00e3dc47a3af94aaf9ba46d00fb (diff) |
[PATCH] m32r: cosmetic updates and trivial fixes
Cosmetic updates and trivial fixes of m32r arch-dependent files.
- Remove RCS ID strings and trailing white lines
- Other misc. cosmetic updates
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m32r/lib/delay.c')
-rw-r--r-- | arch/m32r/lib/delay.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m32r/lib/delay.c b/arch/m32r/lib/delay.c index 06382a38c318..59bfc34e0d9f 100644 --- a/arch/m32r/lib/delay.c +++ b/arch/m32r/lib/delay.c | |||
@@ -5,8 +5,6 @@ | |||
5 | * Copyright (c) 2004 Hirokazu Takata | 5 | * Copyright (c) 2004 Hirokazu Takata |
6 | */ | 6 | */ |
7 | 7 | ||
8 | /* $Id$ */ | ||
9 | |||
10 | #include <linux/param.h> | 8 | #include <linux/param.h> |
11 | #ifdef CONFIG_SMP | 9 | #ifdef CONFIG_SMP |
12 | #include <linux/sched.h> | 10 | #include <linux/sched.h> |