* [PATCH] includecheck fix for kernel/params.c
@ 2010-02-27 8:37 Jaswinder Singh Rajput
0 siblings, 0 replies; only message in thread
From: Jaswinder Singh Rajput @ 2010-02-27 8:37 UTC (permalink / raw)
To: André Goddard Rosa, Andrew Morton, LKML
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>
Cc: Andrew Morton <akpm@linux-foundation.org>
---
kernel/params.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/kernel/params.c b/kernel/params.c
index cf1b691..8d95f54 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
--
1.6.6
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-27 8:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-27 8:37 [PATCH] includecheck fix for kernel/params.c Jaswinder Singh Rajput
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®