Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756294Ab0BTVZA (ORCPT ); Sat, 20 Feb 2010 16:25:00 -0500 Received: from einhorn.in-berlin.de ([192.109.42.8]:54258 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754833Ab0BTVY6 (ORCPT ); Sat, 20 Feb 2010 16:24:58 -0500 X-Envelope-From: stefanr@s5r6.in-berlin.de Date: Sat, 20 Feb 2010 22:24:43 +0100 (CET) From: Stefan Richter Subject: requires (was Re: [PATCH 3/4] firewire: get_cycle_timer optimization and cleanup) To: linux-kernel@vger.kernel.org cc: linux1394-devel@lists.sourceforge.net In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1122 Lines: 34 On 14 Feb, Stefan Richter wrote: > --- linux-2.6.33-rc8.orig/drivers/firewire/core-cdev.c > +++ linux-2.6.33-rc8/drivers/firewire/core-cdev.c [...] > @@ -32,8 +33,6 @@ > #include > #include > #include > -#include > -#include > #include > #include > #include [...] This doesn't compile on some configurations. core-cdev.c requires (and includes) linux/wait.h which in turn requires (but does not include) linux/sched.h. However, adding #include in wait.h isn't going to be possible very easily; there are a whole lot of missing definitions in other headers that are pulled in by sched.h then. Hence I will simply readd sched.h to firewire/core-cdev.c. -- Stefan Richter -=====-==-=- --=- =-=-- http://arcgraph.de/sr/ -- 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/