diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2010-03-05 13:42:52 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-06 11:26:32 -0800 |
commit | 9c03c383563f147907f1a90cf16f1e190e2f4aae (patch) | |
tree | 5aeff12a5a38ab6af49acaf909963d876df1ca61 | |
parent | 5f1664f92b2247111b7d37e454a050b76ac61b7f (diff) |
includecheck fix for kernel/params.c
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>
-rw-r--r-- | kernel/params.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/params.c b/kernel/params.c index cf1b6918312..8d95f5451b2 100644 --- 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 |