diff mbox

[U-Boot,V2] arm: socfpga: Nuke useless include

Message ID 1459523326-5365-1-git-send-email-marex@denx.de
State Accepted
Delegated to: Marek Vasut
Headers show

Commit Message

Marek Vasut April 1, 2016, 3:08 p.m. UTC
The dwmmc.h include was forgotten during the migration of dwmmc
probing to DM. Since the shiny DM is in place now, remove this
relic of the past.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Chin Liang See <clsee@altera.com>
---
 arch/arm/mach-socfpga/include/mach/dwmmc.h | 12 ------------
 arch/arm/mach-socfpga/misc.c               |  1 -
 2 files changed, 13 deletions(-)
 delete mode 100644 arch/arm/mach-socfpga/include/mach/dwmmc.h

V2: Remove the header file itself

Comments

Chin Liang See April 4, 2016, 1:01 a.m. UTC | #1
On Fri, 2016-04-01 at 17:08 +0200, Marek Vasut wrote:
> The dwmmc.h include was forgotten during the migration of dwmmc
> probing to DM. Since the shiny DM is in place now, remove this
> relic of the past.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
> Cc: Chin Liang See <clsee@altera.com>
> ---
>  arch/arm/mach-socfpga/include/mach/dwmmc.h | 12 ------------
>  arch/arm/mach-socfpga/misc.c               |  1 -
>  2 files changed, 13 deletions(-)
>  delete mode 100644 arch/arm/mach-socfpga/include/mach/dwmmc.h
> 
> V2: Remove the header file itself


Acked-by: Chin Liang See <clsee@altera.com>

Thanks
Chin Liang
Marek Vasut April 4, 2016, 6:35 a.m. UTC | #2
On 04/04/2016 03:01 AM, Chin Liang See wrote:
> On Fri, 2016-04-01 at 17:08 +0200, Marek Vasut wrote:
>> The dwmmc.h include was forgotten during the migration of dwmmc
>> probing to DM. Since the shiny DM is in place now, remove this
>> relic of the past.
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
>> Cc: Chin Liang See <clsee@altera.com>
>> ---
>>  arch/arm/mach-socfpga/include/mach/dwmmc.h | 12 ------------
>>  arch/arm/mach-socfpga/misc.c               |  1 -
>>  2 files changed, 13 deletions(-)
>>  delete mode 100644 arch/arm/mach-socfpga/include/mach/dwmmc.h
>>
>> V2: Remove the header file itself
> 
> 
> Acked-by: Chin Liang See <clsee@altera.com>

Thanks :)
diff mbox

Patch

diff --git a/arch/arm/mach-socfpga/include/mach/dwmmc.h b/arch/arm/mach-socfpga/include/mach/dwmmc.h
deleted file mode 100644
index e8ba901..0000000
--- a/arch/arm/mach-socfpga/include/mach/dwmmc.h
+++ /dev/null
@@ -1,12 +0,0 @@ 
-/*
- * (C) Copyright 2013 Altera Corporation <www.altera.com>
- *
- * SPDX-License-Identifier:	GPL-2.0+
- */
-
-#ifndef	_SOCFPGA_DWMMC_H_
-#define	_SOCFPGA_DWMMC_H_
-
-int socfpga_dwmmc_init(const void *blob);
-
-#endif /* _SOCFPGA_SDMMC_H_ */
diff --git a/arch/arm/mach-socfpga/misc.c b/arch/arm/mach-socfpga/misc.c
index 5f988e3..dd05e14 100644
--- a/arch/arm/mach-socfpga/misc.c
+++ b/arch/arm/mach-socfpga/misc.c
@@ -16,7 +16,6 @@ 
 #include <asm/arch/reset_manager.h>
 #include <asm/arch/scan_manager.h>
 #include <asm/arch/system_manager.h>
-#include <asm/arch/dwmmc.h>
 #include <asm/arch/nic301.h>
 #include <asm/arch/scu.h>
 #include <asm/pl310.h>