Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967995Ab0B0Ijh (ORCPT ); Sat, 27 Feb 2010 03:39:37 -0500 Received: from hera.kernel.org ([140.211.167.34]:37995 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967944Ab0B0Ijg (ORCPT ); Sat, 27 Feb 2010 03:39:36 -0500 Subject: [PATCH] includecheck fix for kernel/params.c From: Jaswinder Singh Rajput To: =?ISO-8859-1?Q?Andr=E9?= Goddard Rosa , Andrew Morton , LKML Content-Type: text/plain; charset="UTF-8" Date: Sat, 27 Feb 2010 14:07:48 +0530 Message-Id: <1267259868.26906.7.camel@i7.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.28.0 (2.28.0-2.fc12) Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 884 Lines: 32 Fix the following 'make includecheck' warning: kernel/params.c: linux/string.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Cc: André Goddard Rosa Cc: Andrew Morton --- 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 #include #include -#include #if 0 #define DEBUGP printk -- 1.6.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/