From patchwork Mon Mar 12 10:17:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Gaignard X-Patchwork-Id: 7226 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 95F9B23E14 for ; Mon, 12 Mar 2012 10:07:06 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id 5C0EDA18414 for ; Mon, 12 Mar 2012 10:07:06 +0000 (UTC) Received: by yenl4 with SMTP id l4so2747144yen.11 for ; Mon, 12 Mar 2012 03:07:05 -0700 (PDT) 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:in-reply-to:references :mime-version:content-type:x-gm-message-state; bh=b8huh77Fw0IftZsDpK5MGPk/06UbMKu0yPmRldDIp4A=; b=QEY+XbLNHk+6p5Hgk1EJEOJtVUqx8kSP+XH9adHwZNmzhGFlVEL6FjG/5FFKr9VmPh sz7wNwhkaq1jB+8Ilcl8rga7U5lL6ALVMVM7uZTLjwu0SBC8BjhEGwD+ceaMF1kXQMFh /VV4ceps8K+c4CZfmaozcQixwIkG3eIQxxKsztPmlz16CPMRUZgyo1584Fgp0Oftiz9v nJKWatVX0uVqSu9CW0DAcITIsuxRq1NYEsyM3fPfj95CUtmGgvZesezXMO0gWSeWxvdx fGm/vPUiwOLozxUOXCdVBhvSjJqmEz814sRaWW3n5n9qjxH17u1QDDGy8yxTc/ttA3u0 derw== Received: by 10.50.222.233 with SMTP id qp9mr7035036igc.58.1331546825705; Mon, 12 Mar 2012 03:07:05 -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.231.53.18 with SMTP id k18csp36623ibg; Mon, 12 Mar 2012 03:07:04 -0700 (PDT) Received: by 10.213.6.198 with SMTP id a6mr776484eba.79.1331546824067; Mon, 12 Mar 2012 03:07:04 -0700 (PDT) Received: from eu1sys200aog103.obsmtp.com (eu1sys200aog103.obsmtp.com. [207.126.144.115]) by mx.google.com with SMTP id z6si4743244eeh.145.2012.03.12.03.07.02 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 12 Mar 2012 03:07:04 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.115 is neither permitted nor denied by best guess record for domain of benjamin.gaignard@stericsson.com) client-ip=207.126.144.115; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.115 is neither permitted nor denied by best guess record for domain of benjamin.gaignard@stericsson.com) smtp.mail=benjamin.gaignard@stericsson.com Received: from beta.dmz-us.st.com ([167.4.1.35]) (using TLSv1) by eu1sys200aob103.postini.com ([207.126.147.11]) with SMTP ID DSNKT13Kxbc5/9fmjwLWeJkLER1FA4KZ934u@postini.com; Mon, 12 Mar 2012 10:07:03 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 5E113AF; Mon, 12 Mar 2012 10:06:40 +0000 (GMT) Received: from relay2.stm.gmessaging.net (unknown [10.230.100.18]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id 2D863268; Mon, 12 Mar 2012 08:30:03 +0000 (GMT) Received: from exdcvycastm022.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm022", Issuer "exdcvycastm022" (not verified)) by relay2.stm.gmessaging.net (Postfix) with ESMTPS id 88A74A80A7; Mon, 12 Mar 2012 11:06:48 +0100 (CET) Received: from localhost.localdomain (10.230.100.153) by smtp.stericsson.com (10.230.100.30) with Microsoft SMTP Server (TLS) id 8.3.83.0; Mon, 12 Mar 2012 11:06:52 +0100 From: To: Cc: , , Benjamin Gaignard Subject: [PATCH 2/3] fix ion_platform_data definition Date: Mon, 12 Mar 2012 11:17:10 +0100 Message-ID: <1331547431-3737-3-git-send-email-benjamin.gaignard@stericsson.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1331547431-3737-1-git-send-email-benjamin.gaignard@stericsson.com> References: <1331547431-3737-1-git-send-email-benjamin.gaignard@stericsson.com> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQmLokASYrXkJleZlRPOUwUWLmbhYmpjGIvhmAG7ejJs6hM57ee98EA7JcxcaDfnFzqvU1Ka From: Benjamin Gaignard fix ion_platform_heap to make is use an usual way in board configuration file. Signed-off-by: Benjamin Gaignard --- include/linux/ion.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/ion.h b/include/linux/ion.h index aed8349..1468cb3 100644 --- a/include/linux/ion.h +++ b/include/linux/ion.h @@ -83,7 +83,7 @@ struct ion_platform_heap { */ struct ion_platform_data { int nr; - struct ion_platform_heap heaps[]; + struct ion_platform_heap *heaps; }; /**