Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753010AbYLJLqm (ORCPT ); Wed, 10 Dec 2008 06:46:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751141AbYLJLqd (ORCPT ); Wed, 10 Dec 2008 06:46:33 -0500 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.125]:62441 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750928AbYLJLqc (ORCPT ); Wed, 10 Dec 2008 06:46:32 -0500 Date: Wed, 10 Dec 2008 06:46:30 -0500 (EST) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: Sven-Thorsten Dietrich cc: LKML , linux-rt-users , Peter Zijlstra , Clark Williams , Ingo Molnar , Thomas Gleixner , Arnaldo Carvalho de Melo , Gregory Haskins , Darren Hart Subject: Re: [PATCH][RT] Compile-time fix. In-Reply-To: <1228892002.9542.4.camel@dd> Message-ID: References: <1228890920.9542.2.camel@dd> <1228892002.9542.4.camel@dd> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1166 Lines: 41 On Tue, 9 Dec 2008, Sven-Thorsten Dietrich wrote: > > Compile-time fix. > > Signed-off-by: Sven-Thorsten Dietrich > > diff --git a/include/linux/mutex.h b/include/linux/mutex.h > index 585feed..b74fdc2 100644 > --- a/include/linux/mutex.h > +++ b/include/linux/mutex.h > @@ -14,7 +14,7 @@ > #include > #include > #include > - > +#include > #include > > /* Sven, Thanks for looking into this, but do not get too eager to send updates yet. I'm massively rewriting the rt/rt-locks branch, and the flux rate is very high. A patch like this will become obsolete in seconds. If you do want to help, look at any of the other branches. Some have not been updated yet, and they all should be able to compile and boot on their own. If they do not, then those need to be fixed. Thanks, -- Steve -- 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/