Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756605AbZKURqQ (ORCPT ); Sat, 21 Nov 2009 12:46:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756573AbZKURqQ (ORCPT ); Sat, 21 Nov 2009 12:46:16 -0500 Received: from hera.kernel.org ([140.211.167.34]:46942 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756552AbZKURqP (ORCPT ); Sat, 21 Nov 2009 12:46:15 -0500 Subject: [PATCH] mm: includecheck fix slqb From: Jaswinder Singh Rajput To: Andrew Morton , Nick Piggin , Pekka Enberg , LKML Content-Type: text/plain Date: Sat, 21 Nov 2009 23:14:43 +0530 Message-Id: <1258825483.5364.15.camel@ht.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1490 Lines: 49 fix the following 'make includecheck' warnings: include/linux/slqb_def.h: linux/kobject.h is included more than once. mm/slqb.c: linux/seq_file.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Cc: Nick Piggin Cc: Pekka Enberg Cc: Andrew Morton --- include/linux/slqb_def.h | 1 - mm/slqb.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/include/linux/slqb_def.h b/include/linux/slqb_def.h index 1243dda..1cb68cc 100644 --- a/include/linux/slqb_def.h +++ b/include/linux/slqb_def.h @@ -13,7 +13,6 @@ #include #include #include -#include #define SLAB_NUMA 0x00000001UL /* shortcut */ diff --git a/mm/slqb.c b/mm/slqb.c index e4bb53f..e84a588 100644 --- a/mm/slqb.c +++ b/mm/slqb.c @@ -3302,7 +3302,6 @@ static void gather_stats(struct kmem_cache *s, struct stats_gather *stats) */ #ifdef CONFIG_SLABINFO #include -#include ssize_t slabinfo_write(struct file *file, const char __user * buffer, size_t count, loff_t *ppos) { -- 1.6.0.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/