From mboxrd@z Thu Jan 1 00:00:00 1970 From: nsekhar@ti.com (Sekhar Nori) Date: Mon, 19 Jan 2015 10:29:23 +0530 Subject: [PATCH] ARM: mach-davinci: Remove driver CDCE949 In-Reply-To: <1421624259-24127-1-git-send-email-rickard_strandqvist@spectrumdigital.se> References: <1421624259-24127-1-git-send-email-rickard_strandqvist@spectrumdigital.se> Message-ID: <54BC8F2B.10509@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On Monday 19 January 2015 05:07 AM, Rickard Strandqvist wrote: > Remove driver CDCE949 because it is not used anywhere. > > Signed-off-by: Rickard Strandqvist > diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c > index ae129bc..8be5aef 100644 > --- a/arch/arm/mach-davinci/board-dm646x-evm.c > +++ b/arch/arm/mach-davinci/board-dm646x-evm.c > @@ -45,7 +45,6 @@ > #include > #include > #include > -#include > > #include "davinci.h" > #include "clock.h" > @@ -399,9 +398,6 @@ static struct i2c_board_info __initdata i2c_info[] = { > { > I2C_BOARD_INFO("cpld_video", 0x3b), > }, > - { > - I2C_BOARD_INFO("cdce949", 0x6c), > - }, > }; There is cdce_clk_init() and associated data structures that also need to be removed. Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751164AbbASFAF (ORCPT ); Mon, 19 Jan 2015 00:00:05 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:42791 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750713AbbASFAE (ORCPT ); Mon, 19 Jan 2015 00:00:04 -0500 Message-ID: <54BC8F2B.10509@ti.com> Date: Mon, 19 Jan 2015 10:29:23 +0530 From: Sekhar Nori User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Rickard Strandqvist , Kevin Hilman CC: Russell King , , Subject: Re: [PATCH] ARM: mach-davinci: Remove driver CDCE949 References: <1421624259-24127-1-git-send-email-rickard_strandqvist@spectrumdigital.se> In-Reply-To: <1421624259-24127-1-git-send-email-rickard_strandqvist@spectrumdigital.se> 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 Hi, On Monday 19 January 2015 05:07 AM, Rickard Strandqvist wrote: > Remove driver CDCE949 because it is not used anywhere. > > Signed-off-by: Rickard Strandqvist > diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c > index ae129bc..8be5aef 100644 > --- a/arch/arm/mach-davinci/board-dm646x-evm.c > +++ b/arch/arm/mach-davinci/board-dm646x-evm.c > @@ -45,7 +45,6 @@ > #include > #include > #include > -#include > > #include "davinci.h" > #include "clock.h" > @@ -399,9 +398,6 @@ static struct i2c_board_info __initdata i2c_info[] = { > { > I2C_BOARD_INFO("cpld_video", 0x3b), > }, > - { > - I2C_BOARD_INFO("cdce949", 0x6c), > - }, > }; There is cdce_clk_init() and associated data structures that also need to be removed. Thanks, Sekhar