From patchwork Mon Jun 27 16:19:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 2330 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id A099723F70 for ; Mon, 27 Jun 2011 16:20:01 +0000 (UTC) Received: from mail-qy0-f180.google.com (mail-qy0-f180.google.com [209.85.216.180]) by fiordland.canonical.com (Postfix) with ESMTP id 654BEA187B9 for ; Mon, 27 Jun 2011 16:20:01 +0000 (UTC) Received: by mail-qy0-f180.google.com with SMTP id 30so3474681qyk.11 for ; Mon, 27 Jun 2011 09:20:01 -0700 (PDT) Received: by 10.229.63.144 with SMTP id b16mr4815424qci.80.1309191600937; Mon, 27 Jun 2011 09:20:00 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.48.135 with SMTP id r7cs46519qcf; Mon, 27 Jun 2011 09:20:00 -0700 (PDT) Received: by 10.14.49.197 with SMTP id x45mr3897524eeb.120.1309191599365; Mon, 27 Jun 2011 09:19:59 -0700 (PDT) Received: from eu1sys200aog115.obsmtp.com (eu1sys200aog115.obsmtp.com [207.126.144.139]) by mx.google.com with SMTP id o50si3210192eef.46.2011.06.27.09.19.48 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 27 Jun 2011 09:19:59 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.139 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.139; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.139 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) smtp.mail=linus.walleij@stericsson.com Received: from beta.dmz-us.st.com ([167.4.1.35]) (using TLSv1) by eu1sys200aob115.postini.com ([207.126.147.11]) with SMTP ID DSNKTgito8GvDB0e0mWdxAqaUcSds1ovZ1JH@postini.com; Mon, 27 Jun 2011 16:19:59 UTC Received: from zeta.dmz-us.st.com (ns4.st.com [167.4.16.71]) by beta.dmz-us.st.com (STMicroelectronics) with ESMTP id B8AEA3D; Mon, 27 Jun 2011 16:19:36 +0000 (GMT) Received: from relay1.stm.gmessaging.net (unknown [10.230.100.17]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id 86DAC63; Mon, 27 Jun 2011 16:19:35 +0000 (GMT) Received: from exdcvycastm003.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm003", Issuer "exdcvycastm003" (not verified)) by relay1.stm.gmessaging.net (Postfix) with ESMTPS id CBE2E24C075; Mon, 27 Jun 2011 18:19:25 +0200 (CEST) Received: from localhost.localdomain (10.230.100.153) by smtp.stericsson.com (10.230.100.1) with Microsoft SMTP Server (TLS) id 8.3.83.0; Mon, 27 Jun 2011 18:19:34 +0200 From: Linus Walleij To: Cc: Lee Jones , Linus Walleij , Arnd Bergmann , Mian Yousaf Kaukab Subject: [PATCH] mach-ux500: fix USB build error Date: Mon, 27 Jun 2011 18:19:30 +0200 Message-ID: <1309191570-3978-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.3.2 MIME-Version: 1.0 From: Linus Walleij The mach-ux500/usb.c was referencing DMA macros, but not including so it didn't compile. Fixed by a proper #include. Cc: Arnd Bergmann Cc: Mian Yousaf Kaukab Signed-off-by: Linus Walleij --- Arnd: please merge this atop of the st-ericsson stuff in arm-soc so that the -next tree compiles when it get pulled in. --- arch/arm/mach-ux500/usb.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-ux500/usb.c b/arch/arm/mach-ux500/usb.c index 82e5359..0a01cbd 100644 --- a/arch/arm/mach-ux500/usb.c +++ b/arch/arm/mach-ux500/usb.c @@ -6,6 +6,7 @@ */ #include #include +#include #include #include #include