Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756612AbYABCv6 (ORCPT ); Tue, 1 Jan 2008 21:51:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753380AbYABCvv (ORCPT ); Tue, 1 Jan 2008 21:51:51 -0500 Received: from ug-out-1314.google.com ([66.249.92.175]:50315 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753047AbYABCvu (ORCPT ); Tue, 1 Jan 2008 21:51:50 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=xIk1G5Fn4iynuRI1HVjiWGwJuLsY+qdFarZ043ZyS1+L5a0bFIEitntU4deEw5jUhOxpINotlsai7zHbP38Uu4TI/6hJ4uBE2QkQEFSU3RL2LInV4IEIM5URSHl+8Kb6+dYG03k8jSJyy/U/6SbuJtvRRpt5LV3kgZX574hFku0= From: Jesper Juhl To: LKML Subject: [PATCH 3/3] Nuke duplicate header from sysctl.c Date: Wed, 2 Jan 2008 03:46:49 +0100 User-Agent: KMail/1.9.7 Cc: Andrew Morton , Jesper Juhl References: <200801020339.00698.jesper.juhl@gmail.com> In-Reply-To: <200801020339.00698.jesper.juhl@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801020346.50160.jesper.juhl@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 787 Lines: 28 From: Jesper Juhl Don't include linux/security.h twice in kernel/sysctl.c Signed-off-by: Jesper Juhl --- sysctl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/sysctl.c b/kernel/sysctl.c index c68f68d..01b12c3 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -37,7 +37,6 @@ #include #include #include -#include #include #include #include -- 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/