public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: socfpga: Nuke useless include
@ 2016-03-19 23:58 Marek Vasut
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2016-03-19 23:58 UTC (permalink / raw)
  To: u-boot

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/misc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-socfpga/misc.c b/arch/arm/mach-socfpga/misc.c
index ce3ff0a..ebaa736 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>
-- 
2.7.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] arm: socfpga: Nuke useless include
@ 2016-03-31 21:07 Marek Vasut
  2016-04-01 13:36 ` Chin Liang See
  0 siblings, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2016-03-31 21:07 UTC (permalink / raw)
  To: u-boot

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/misc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-socfpga/misc.c b/arch/arm/mach-socfpga/misc.c
index ce3ff0a..ebaa736 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>
-- 
2.7.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] arm: socfpga: Nuke useless include
  2016-03-31 21:07 [U-Boot] [PATCH] arm: socfpga: Nuke useless include Marek Vasut
@ 2016-04-01 13:36 ` Chin Liang See
  2016-04-01 15:06   ` Marek Vasut
  0 siblings, 1 reply; 4+ messages in thread
From: Chin Liang See @ 2016-04-01 13:36 UTC (permalink / raw)
  To: u-boot

On Thu, 2016-03-31 at 23:07 +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/misc.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/mach-socfpga/misc.c b/arch/arm/mach
> -socfpga/misc.c
> index ce3ff0a..ebaa736 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>

You might want to delete the header file itself.

>  #include <asm/arch/nic301.h>
>  #include <asm/arch/scu.h>
>  #include <asm/pl310.h>

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

Thanks
Chin Liang

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] arm: socfpga: Nuke useless include
  2016-04-01 13:36 ` Chin Liang See
@ 2016-04-01 15:06   ` Marek Vasut
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2016-04-01 15:06 UTC (permalink / raw)
  To: u-boot

On 04/01/2016 03:36 PM, Chin Liang See wrote:
> On Thu, 2016-03-31 at 23:07 +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/misc.c | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/arch/arm/mach-socfpga/misc.c b/arch/arm/mach
>> -socfpga/misc.c
>> index ce3ff0a..ebaa736 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>
> 
> You might want to delete the header file itself.

Good catch, thanks!

>>  #include <asm/arch/nic301.h>
>>  #include <asm/arch/scu.h>
>>  #include <asm/pl310.h>
> 
> Acked-by: Chin Liang See <clsee@altera.com>

-- 
Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-01 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-31 21:07 [U-Boot] [PATCH] arm: socfpga: Nuke useless include Marek Vasut
2016-04-01 13:36 ` Chin Liang See
2016-04-01 15:06   ` Marek Vasut
  -- strict thread matches above, loose matches on Subject: below --
2016-03-19 23:58 Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox