Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758820AbcJYMOb (ORCPT ); Tue, 25 Oct 2016 08:14:31 -0400 Received: from mail-wm0-f45.google.com ([74.125.82.45]:35355 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751594AbcJYMO2 (ORCPT ); Tue, 25 Oct 2016 08:14:28 -0400 Subject: Re: [PATCH/RFT v2 06/17] ARM: davinci: da8xx: Fix some redefined symbol warnings To: Sekhar Nori , ahaslam@baylibre.com, gregkh@linuxfoundation.org, johan@kernel.org, robh+dt@kernel.org, stern@rowland.harvard.edu, khilman@baylibre.com, sshtylyov@ru.mvista.com, david@lechnology.com, manjunath.goudar@linaro.org, broonie@kernel.org References: <20161024164634.4330-1-ahaslam@baylibre.com> <20161024164634.4330-7-ahaslam@baylibre.com> <9fa01842-cf8e-87e9-75ce-5d4b2841fdfe@ti.com> Cc: linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org From: Alexandre Bailon Message-ID: <0d8e4d79-a8f4-9cad-cc52-7aa5ae49998e@baylibre.com> Date: Tue, 25 Oct 2016 14:14:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <9fa01842-cf8e-87e9-75ce-5d4b2841fdfe@ti.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 763 Lines: 26 On 10/25/2016 12:03 PM, Sekhar Nori wrote: > On Monday 24 October 2016 10:16 PM, ahaslam@baylibre.com wrote: >> From: Alexandre Bailon >> >> Some macro for DA8xx CFGCHIP are defined in usb-davinci.h, >> but da8xx-cfgchip.h intend to replace them. >> The usb-da8xx.c is using both headers, causing redefined symbol warnings. >> Remove the old macros. >> >> Signed-off-by: Alexandre Bailon > > This is a v4.9-rc bug fix. Can you please post it as a separate patch > for Greg to pick up? > Done > You can add: > > Acked-by: Sekhar Nori Actually, I didn't add it because I had to make few changes to submit as a separate patch. I hope I did it in right way. > > Thanks, > Sekhar > Thanks, Alexandre