projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f1664f
)
includecheck fix for kernel/params.c
author
Jaswinder Singh Rajput
<jaswinder@kernel.org>
Fri, 5 Mar 2010 21:42:52 +0000
(13:42 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 6 Mar 2010 19:26:32 +0000
(11:26 -0800)
Fix the following 'make includecheck' warning:
kernel/params.c: linux/string.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: André Goddard Rosa <andre.goddard@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/params.c
patch
|
blob
|
history
diff --git
a/kernel/params.c
b/kernel/params.c
index
cf1b691
..
8d95f54
100644
(file)
--- a/
kernel/params.c
+++ b/
kernel/params.c
@@
-24,7
+24,6
@@
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/ctype.h>
-#include <linux/string.h>
#if 0
#define DEBUGP printk