2010-02-27 08:39:37

by Jaswinder Singh Rajput

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
Cc: AndrĂ© Goddard Rosa <[email protected]>
Cc: Andrew Morton <[email protected]>
---
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