diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-28 10:34:30 -0500 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 05:06:37 -0500 |
commit | 3ae8d8baab1dd571b934001c595d5ab81214304f (patch) | |
tree | 5af651063ea1b70af542e3169871e6c4364bebc4 /arch | |
parent | 6e0b688034aa211bf24600c66aace52991d83249 (diff) |
CRIS: Remove include of linux/init.h, not needed anymore.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/cris/kernel/semaphore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/cris/kernel/semaphore.c b/arch/cris/kernel/semaphore.c index b884263d3cd4..f137a439041f 100644 --- a/arch/cris/kernel/semaphore.c +++ b/arch/cris/kernel/semaphore.c | |||
@@ -4,7 +4,6 @@ | |||
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <linux/sched.h> | 6 | #include <linux/sched.h> |
7 | #include <linux/init.h> | ||
8 | #include <asm/semaphore-helper.h> | 7 | #include <asm/semaphore-helper.h> |
9 | 8 | ||
10 | /* | 9 | /* |