Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756276Ab0FAM1t (ORCPT ); Tue, 1 Jun 2010 08:27:49 -0400 Received: from mail-gw0-f46.google.com ([74.125.83.46]:37804 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756191Ab0FAM1r (ORCPT ); Tue, 1 Jun 2010 08:27:47 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=PZX+St9smZq8WkvQvjEJrETwKzHCgF8Bu+B4IgsjddMeUAOJ9nDirexLqrB+NOx6/r WwWj5af5cka7z+ASXj8XgJxK57OBF8xEKyEVEuvVkkrAfVkrlKRdLsOd1+YOo7F/Gyuc qBddd9+0n1DLhKhLAq27hxIIu6fDEDIRDAMW4= MIME-Version: 1.0 Date: Tue, 1 Jun 2010 13:27:46 +0100 Message-ID: Subject: [2.6.35-rc1, patch] omap2/3 ohci build failure... From: Daniel J Blueman To: Linux Kernel Cc: David Brownell , Anand Gadiyar Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 827 Lines: 24 Fix the 'DMA_BIT_MASK' missing symbol causing build failure when building 2.6.35-rc1 for an TI OMAP2/3 platform. Signed-off-by: Daniel J Blueman diff --git a/arch/arm/mach-omap2/usb-ehci.c b/arch/arm/mach-omap2/usb-ehci.c index c68f799..d1a4f22 100644 --- a/arch/arm/mach-omap2/usb-ehci.c +++ b/arch/arm/mach-omap2/usb-ehci.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include -- Daniel J Blueman -- 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/