Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753833AbYL3OmV (ORCPT ); Tue, 30 Dec 2008 09:42:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751537AbYL3OmN (ORCPT ); Tue, 30 Dec 2008 09:42:13 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:36005 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751160AbYL3OmM (ORCPT ); Tue, 30 Dec 2008 09:42:12 -0500 Subject: [PATCH -tip] fix compilation error From: Jaswinder Singh Rajput To: Ingo Molnar , x86 maintainers , LKML , Andrew Morton , fweisbec@gmail.com Content-Type: text/plain Date: Tue, 30 Dec 2008 20:10:07 +0530 Message-Id: <1230648007.10677.1.camel@jaswinder.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 (2.22.1-2.fc9) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 960 Lines: 36 Impact: cleanup, avoid compilation error fixes this compilation error: CC mm/slab.o mm/slab.c:105:29: error: linux/kmemtrace.h: No such file or directory make[1]: *** [mm/slab.o] Error 1 make: *** [mm] Error 2 Signed-off-by: Jaswinder Singh Rajput --- mm/slab.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mm/slab.c b/mm/slab.c index 90e0cac..ce072de 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -102,7 +102,7 @@ #include #include #include -#include +#include #include #include #include -- 1.5.5.1 -- 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/