Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932397Ab0LMHX2 (ORCPT ); Mon, 13 Dec 2010 02:23:28 -0500 Received: from einhorn.in-berlin.de ([192.109.42.8]:60071 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932160Ab0LMHX1 (ORCPT ); Mon, 13 Dec 2010 02:23:27 -0500 X-Envelope-From: stefanr@s5r6.in-berlin.de Date: Mon, 13 Dec 2010 08:23:00 +0100 From: Stefan Richter To: linux1394-devel@lists.sourceforge.net Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Clemens Ladisch Subject: [PATCH] firewire: ohci: fix build failure Message-ID: <20101213082300.122b7152@stein> In-Reply-To: <20101213154444.eba34b5d.sfr@canb.auug.org.au> References: <20101213154444.eba34b5d.sfr@canb.auug.org.au> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1173 Lines: 41 vm_map_ram() needs . (And bring the includes back into alphabetical order.) Reported-by: Stephen Rothwell Signed-off-by: Stefan Richter --- drivers/firewire/ohci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: b/drivers/firewire/ohci.c =================================================================== --- a/drivers/firewire/ohci.c +++ b/drivers/firewire/ohci.c @@ -18,6 +18,7 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include @@ -40,7 +41,7 @@ #include #include #include -#include +#include #include #include -- 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/