Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751900AbWITQti (ORCPT ); Wed, 20 Sep 2006 12:49:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751949AbWITQtg (ORCPT ); Wed, 20 Sep 2006 12:49:36 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:22733 "EHLO e2.ny.us.ibm.com") by vger.kernel.org with ESMTP id S1751939AbWITQtO (ORCPT ); Wed, 20 Sep 2006 12:49:14 -0400 Subject: [PATCH] slim: cleanup use of config.h From: Kylene Jo Hall To: Dave Jones Cc: Stephen Smalley , linux-kernel , LSM ML , Dave Safford , Mimi Zohar , Serge Hallyn , akpm@osdl.org In-Reply-To: <20060918205412.GA2640@redhat.com> References: <1158083873.18137.14.camel@localhost.localdomain> <1158611418.14194.70.camel@moss-spartans.epoch.ncsc.mil> <1158612642.16727.53.camel@localhost.localdomain> <20060918205412.GA2640@redhat.com> Content-Type: text/plain Date: Wed, 20 Sep 2006 09:49:04 -0700 Message-Id: <1158770944.16727.116.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-7) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1489 Lines: 47 The following patch addresses this comment to clean up the use of config.h in the slim .c files. On Mon, 2006-09-18 at 16:54 -0400, Dave Jones wrote: > > > > + > > > > +#include > > > > +#include > > You don't need to include config.h any more, kbuild does it for you. > (Might want to check the other files for the same thing). > > Dave Signed-off-by: Kylene Hall Signed-off-by: Mimi Zohar --- security/slim/slm_main.c | 1 - security/slim/slm_secfs.c | 1 - 2 files changed, 2 deletions(-) --- linux-2.6.18-rc6-orig/security/slim/slm_main.c 2006-09-18 16:41:51.000000000 -0500 +++ linux-2.6.18-rc6/security/slim/slm_main.c 2006-09-19 14:50:35.000000000 -0500 @@ -11,7 +11,6 @@ */ #include -#include #include #include #include --- linux-2.6.18-rc6-orig/security/slim/slm_secfs.c 2006-09-18 16:41:48.000000000 -0500 +++ linux-2.6.18-rc6/security/slim/slm_secfs.c 2006-09-19 14:50:50.000000000 -0500 @@ -11,7 +11,6 @@ */ #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/