From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752394AbbCXWPR (ORCPT ); Tue, 24 Mar 2015 18:15:17 -0400 Received: from mail-gw1-out.broadcom.com ([216.31.210.62]:58506 "EHLO mail-gw1-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752273AbbCXWPO (ORCPT ); Tue, 24 Mar 2015 18:15:14 -0400 X-IronPort-AV: E=Sophos;i="5.11,460,1422950400"; d="scan'208";a="60501985" Message-ID: <5511E1C3.1090209@broadcom.com> Date: Tue, 24 Mar 2015 15:14:27 -0700 From: Florian Fainelli User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Stefan Agner , , , CC: , , , , , , , Subject: Re: [PATCH] ARM: cygnus: fix const declaration bcm_cygnus_dt_compat References: <1426981535-1800-1-git-send-email-stefan@agner.ch> In-Reply-To: <1426981535-1800-1-git-send-email-stefan@agner.ch> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21/03/15 16:45, Stefan Agner wrote: > The const declaration for char* is actually duplicated, however > the array of strings is currently not constant. However, typically > the dt_compat array is declared as const char *const. Follow > that convention and also add the __initconst macro for constant > initialization data. > > Signed-off-by: Stefan Agner Applied to platform/next, thanks -- Florian