From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967031AbcJZMjs (ORCPT ); Wed, 26 Oct 2016 08:39:48 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:37905 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967011AbcJZMjo (ORCPT ); Wed, 26 Oct 2016 08:39:44 -0400 From: Alexandre Bailon To: gregkh@linuxfoundation.org, khilman@baylibre.com, nsekhar@ti.com Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Alexandre Bailon Subject: [PATCH v3] Fix some potential warnings Date: Wed, 26 Oct 2016 14:39:01 +0200 Message-Id: <1477485542-10555-1-git-send-email-abailon@baylibre.com> X-Mailer: git-send-email 2.7.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some changes I'm working on causes some warning because two included headers defines the same macros. Change in V2: Update the d830 evm board file to use the da8xx-cfgchip.h These changes are required as I'm sending this patch apart from the series "[PATCH/RFT v2 00/17] Add DT support for ohci-da8xx" Change in v3: Fix build issues happening in omapl138 hawk and da830 evm board files. Alexandre Bailon (1): ARM: davinci: da8xx: Fix some redefined symbol warnings arch/arm/mach-davinci/board-da830-evm.c | 5 +++-- arch/arm/mach-davinci/board-omapl138-hawk.c | 3 ++- include/linux/platform_data/usb-davinci.h | 23 ----------------------- 3 files changed, 5 insertions(+), 26 deletions(-) -- 2.7.3