diff mbox

ARM: imx: remove unused device definitions

Message ID 20161216090533.2195228-1-arnd@arndb.de
State New
Headers show

Commit Message

Arnd Bergmann Dec. 16, 2016, 9:05 a.m. UTC
I stumbled over these during build testing, they are evidently
not referenced anywhere any more.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/arm/mach-imx/devices/platform-flexcan.c         |  9 ---------
 arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c | 10 ----------
 2 files changed, 19 deletions(-)

Comments

Marc Kleine-Budde Dec. 16, 2016, 9:10 a.m. UTC | #1
On 12/16/2016 10:05 AM, Arnd Bergmann wrote:
> I stumbled over these during build testing, they are evidently
> not referenced anywhere any more.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
>  arch/arm/mach-imx/devices/platform-flexcan.c         |  9 ---------
>  arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c | 10 ----------
>  2 files changed, 19 deletions(-)
> 
> diff --git a/arch/arm/mach-imx/devices/platform-flexcan.c b/arch/arm/mach-imx/devices/platform-flexcan.c
> index 55d61eaf63c6..8a1a2fc4ce10 100644
> --- a/arch/arm/mach-imx/devices/platform-flexcan.c
> +++ b/arch/arm/mach-imx/devices/platform-flexcan.c
> @@ -19,15 +19,6 @@
>  #define imx_flexcan_data_entry(soc, _id, _hwid, _size)			\
>  	[_id] = imx_flexcan_data_entry_single(soc, _id, _hwid, _size)
>  
> -#ifdef CONFIG_SOC_IMX25
> -const struct imx_flexcan_data imx25_flexcan_data[] __initconst = {
> -#define imx25_flexcan_data_entry(_id, _hwid)				\
> -	imx_flexcan_data_entry(MX25, _id, _hwid, SZ_16K)
> -	imx25_flexcan_data_entry(0, 1),
> -	imx25_flexcan_data_entry(1, 2),
> -};
> -#endif /* ifdef CONFIG_SOC_IMX25 */
> -
>  #ifdef CONFIG_SOC_IMX35
>  const struct imx_flexcan_data imx35_flexcan_data[] __initconst = {
>  #define imx35_flexcan_data_entry(_id, _hwid)				\

What about the imx35 variant?

Marc
Arnd Bergmann Dec. 16, 2016, 9:23 a.m. UTC | #2
On Friday, December 16, 2016 10:10:49 AM CET Marc Kleine-Budde wrote:
> On 12/16/2016 10:05 AM, Arnd Bergmann wrote:
> > I stumbled over these during build testing, they are evidently
> > not referenced anywhere any more.
> > 
> > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> > ---
> >  arch/arm/mach-imx/devices/platform-flexcan.c         |  9 ---------
> >  arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c | 10 ----------
> >  2 files changed, 19 deletions(-)
> > 
> > diff --git a/arch/arm/mach-imx/devices/platform-flexcan.c b/arch/arm/mach-imx/devices/platform-flexcan.c
> > index 55d61eaf63c6..8a1a2fc4ce10 100644
> > --- a/arch/arm/mach-imx/devices/platform-flexcan.c
> > +++ b/arch/arm/mach-imx/devices/platform-flexcan.c
> > @@ -19,15 +19,6 @@
> >  #define imx_flexcan_data_entry(soc, _id, _hwid, _size)			\
> >  	[_id] = imx_flexcan_data_entry_single(soc, _id, _hwid, _size)
> >  
> > -#ifdef CONFIG_SOC_IMX25
> > -const struct imx_flexcan_data imx25_flexcan_data[] __initconst = {
> > -#define imx25_flexcan_data_entry(_id, _hwid)				\
> > -	imx_flexcan_data_entry(MX25, _id, _hwid, SZ_16K)
> > -	imx25_flexcan_data_entry(0, 1),
> > -	imx25_flexcan_data_entry(1, 2),
> > -};
> > -#endif /* ifdef CONFIG_SOC_IMX25 */
> > -
> >  #ifdef CONFIG_SOC_IMX35
> >  const struct imx_flexcan_data imx35_flexcan_data[] __initconst = {
> >  #define imx35_flexcan_data_entry(_id, _hwid)				\
> 
> What about the imx35 variant?
> 

It's used from here:

arch/arm/mach-imx/mach-pcm043.c:        imx35_add_flexcan1();

	Arnd
Marc Kleine-Budde Dec. 16, 2016, 9:28 a.m. UTC | #3
On 12/16/2016 10:23 AM, Arnd Bergmann wrote:
> On Friday, December 16, 2016 10:10:49 AM CET Marc Kleine-Budde wrote:
>> On 12/16/2016 10:05 AM, Arnd Bergmann wrote:
>>> I stumbled over these during build testing, they are evidently
>>> not referenced anywhere any more.
>>>
>>> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
>>> ---
>>>  arch/arm/mach-imx/devices/platform-flexcan.c         |  9 ---------
>>>  arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c | 10 ----------
>>>  2 files changed, 19 deletions(-)
>>>
>>> diff --git a/arch/arm/mach-imx/devices/platform-flexcan.c b/arch/arm/mach-imx/devices/platform-flexcan.c
>>> index 55d61eaf63c6..8a1a2fc4ce10 100644
>>> --- a/arch/arm/mach-imx/devices/platform-flexcan.c
>>> +++ b/arch/arm/mach-imx/devices/platform-flexcan.c
>>> @@ -19,15 +19,6 @@
>>>  #define imx_flexcan_data_entry(soc, _id, _hwid, _size)			\
>>>  	[_id] = imx_flexcan_data_entry_single(soc, _id, _hwid, _size)
>>>  
>>> -#ifdef CONFIG_SOC_IMX25
>>> -const struct imx_flexcan_data imx25_flexcan_data[] __initconst = {
>>> -#define imx25_flexcan_data_entry(_id, _hwid)				\
>>> -	imx_flexcan_data_entry(MX25, _id, _hwid, SZ_16K)
>>> -	imx25_flexcan_data_entry(0, 1),
>>> -	imx25_flexcan_data_entry(1, 2),
>>> -};
>>> -#endif /* ifdef CONFIG_SOC_IMX25 */
>>> -
>>>  #ifdef CONFIG_SOC_IMX35
>>>  const struct imx_flexcan_data imx35_flexcan_data[] __initconst = {
>>>  #define imx35_flexcan_data_entry(_id, _hwid)				\
>>
>> What about the imx35 variant?
>>
> 
> It's used from here:
> 
> arch/arm/mach-imx/mach-pcm043.c:        imx35_add_flexcan1();

Yes, you're right. Sorry, I searched before my 2nd tee.

Marc
Shawn Guo Jan. 2, 2017, 7:28 a.m. UTC | #4
On Fri, Dec 16, 2016 at 10:05:08AM +0100, Arnd Bergmann wrote:
> I stumbled over these during build testing, they are evidently
> not referenced anywhere any more.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Applied, thanks.
diff mbox

Patch

diff --git a/arch/arm/mach-imx/devices/platform-flexcan.c b/arch/arm/mach-imx/devices/platform-flexcan.c
index 55d61eaf63c6..8a1a2fc4ce10 100644
--- a/arch/arm/mach-imx/devices/platform-flexcan.c
+++ b/arch/arm/mach-imx/devices/platform-flexcan.c
@@ -19,15 +19,6 @@ 
 #define imx_flexcan_data_entry(soc, _id, _hwid, _size)			\
 	[_id] = imx_flexcan_data_entry_single(soc, _id, _hwid, _size)
 
-#ifdef CONFIG_SOC_IMX25
-const struct imx_flexcan_data imx25_flexcan_data[] __initconst = {
-#define imx25_flexcan_data_entry(_id, _hwid)				\
-	imx_flexcan_data_entry(MX25, _id, _hwid, SZ_16K)
-	imx25_flexcan_data_entry(0, 1),
-	imx25_flexcan_data_entry(1, 2),
-};
-#endif /* ifdef CONFIG_SOC_IMX25 */
-
 #ifdef CONFIG_SOC_IMX35
 const struct imx_flexcan_data imx35_flexcan_data[] __initconst = {
 #define imx35_flexcan_data_entry(_id, _hwid)				\
diff --git a/arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c b/arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c
index 3d039ef021e0..466c9ccc6675 100644
--- a/arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c
+++ b/arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c
@@ -22,16 +22,6 @@ 
 #define imx_sdhci_esdhc_imx_data_entry(soc, devid, id, hwid)	\
 	[id] = imx_sdhci_esdhc_imx_data_entry_single(soc, devid, id, hwid)
 
-#ifdef CONFIG_SOC_IMX25
-const struct imx_sdhci_esdhc_imx_data
-imx25_sdhci_esdhc_imx_data[] __initconst = {
-#define imx25_sdhci_esdhc_imx_data_entry(_id, _hwid)			\
-	imx_sdhci_esdhc_imx_data_entry(MX25, "sdhci-esdhc-imx25", _id, _hwid)
-	imx25_sdhci_esdhc_imx_data_entry(0, 1),
-	imx25_sdhci_esdhc_imx_data_entry(1, 2),
-};
-#endif /* ifdef CONFIG_SOC_IMX25 */
-
 #ifdef CONFIG_SOC_IMX35
 const struct imx_sdhci_esdhc_imx_data
 imx35_sdhci_esdhc_imx_data[] __initconst = {