From patchwork Fri Dec 14 15:26:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 13586 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 AD74F23FC0 for ; Fri, 14 Dec 2012 15:26:51 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 36C31A185F2 for ; Fri, 14 Dec 2012 15:26:51 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id c10so6054818ieb.11 for ; Fri, 14 Dec 2012 07:26:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:mime-version:content-type :x-gm-message-state; bh=5/WnWssNpRupb2n3YN3upLVj5u5wuW3Xr6aO/wanmfE=; b=dymDW0PrORI7vPojAh767VAoNuVNGDQvNcxHQcGKp7q/9oEa+G5i/zfJ+6ZqjyUI1Q 0zGIeoFBghl2UncO1NyG6bJH6gwK+uRSa57ToONSd3kzdJKfvUOw6E53DM4YtoYdMDXR QKz9ELAhYr3F3z0jpgbdVYfsTpDAcOoGBem6CR1ED3izeKl9wotYypnwQ3gbIaPT5NtR SBCWtFV61hFR+q3Qb3oEhwxRUQp0X+eJ/Gq7EBf3Xmaw8El3a1t3tuvAEfumGAeP++FB BfMBAPiqJPGcDbnnZoN6GmCXrAP3J0V0YWFX3JGpsep3SAdzxl70vIOxAxNBOEel0+pv 4HHw== Received: by 10.42.73.7 with SMTP id q7mr4143132icj.6.1355498810300; Fri, 14 Dec 2012 07:26:50 -0800 (PST) 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.50.67.148 with SMTP id n20csp78581igt; Fri, 14 Dec 2012 07:26:49 -0800 (PST) Received: by 10.14.221.5 with SMTP id q5mr15864268eep.33.1355498809013; Fri, 14 Dec 2012 07:26:49 -0800 (PST) Received: from eu1sys200aog115.obsmtp.com (eu1sys200aog115.obsmtp.com [207.126.144.139]) by mx.google.com with SMTP id n5si12764365eeo.95.2012.12.14.07.26.42 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Dec 2012 07:26:48 -0800 (PST) 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-ap.st.com ([138.198.100.35]) (using TLSv1) by eu1sys200aob115.postini.com ([207.126.147.11]) with SMTP ID DSNKUMtFMJUN7NBv+744MaO6SeHAppLoxSEG@postini.com; Fri, 14 Dec 2012 15:26:47 UTC Received: from zeta.dmz-ap.st.com (ns6.st.com [138.198.234.13]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 2CB0CFB; Fri, 14 Dec 2012 15:18:24 +0000 (GMT) Received: from relay1.stm.gmessaging.net (unknown [10.230.100.17]) by zeta.dmz-ap.st.com (STMicroelectronics) with ESMTP id B12BF11BC; Fri, 14 Dec 2012 15:26:36 +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 5C82624C07C; Fri, 14 Dec 2012 16:26:28 +0100 (CET) Received: from steludxu4075.lud.stericsson.com (10.230.100.153) by smtp.stericsson.com (10.230.100.1) with Microsoft SMTP Server (TLS) id 8.3.83.0; Fri, 14 Dec 2012 16:26:35 +0100 From: Linus Walleij To: Cc: , Anmar Oueja , Linus Walleij Subject: [PATCH] ARM: ux500: fix missing include Date: Fri, 14 Dec 2012 16:26:28 +0100 Message-ID: <1355498788-8702-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.11.3 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQnFbXgyGgrM/zT78qRTAnRWU02wSfVSzp0n52LUKPlpppDrmWWOZrbrzHms9pquvXB3ZsQd From: Linus Walleij Commit db298da2c31e1dcf7c9b7c9cef6217ad3449ebb7 "ARM: nomadik: move platform_data definition" moved the Ux500-specific musb header from to However that makes some board code fail to compile now: CC arch/arm/mach-ux500/board-mop500.o linux/arch/arm/mach-ux500/cpu-db8500.c: In function 'u8500_init_devices': linux/arch/arm/mach-ux500/cpu-db8500.c:226:2: error: implicit declaration of function 'ux500_add_usb' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[3]: *** [arch/arm/mach-ux500/cpu-db8500.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [arch/arm/mach-ux500] Error 2 make[2]: *** Waiting for unfinished jobs.... So fix this up by adding the proper include file that appears to have been brought in implicitly one or another way in the past. Signed-off-by: Linus Walleij --- Hi ARM SoC guys, here is another patch I'd like to be applied right off on the ARM SoC tree as a fixup for problems emerging during the merge window. --- arch/arm/mach-ux500/devices-db8500.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-ux500/devices-db8500.h b/arch/arm/mach-ux500/devices-db8500.h index 4b24c99..a5e05f6 100644 --- a/arch/arm/mach-ux500/devices-db8500.h +++ b/arch/arm/mach-ux500/devices-db8500.h @@ -8,6 +8,7 @@ #ifndef __DEVICES_DB8500_H #define __DEVICES_DB8500_H +#include #include #include "devices-common.h"