includecheck fix for kernel/params.c
authorJaswinder Singh Rajput <[email protected]>
Fri, 5 Mar 2010 21:42:52 +0000 (13:42 -0800)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Cc: AndrĂ© Goddard Rosa <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/params.c

index cf1b691831275f85247ebd93628b8015fac1c70d..8d95f5451b227d17cb40e1290dea72b028ca0ec9 100644 (file)
@@ -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