diff mbox series

[U-Boot] include/dm.h: Remove duplicated include directive.

Message ID 20180917164607.27692-1-Liviu.Dudau@foss.arm.com
State Accepted
Commit 3eb992a481157a954e7c436faa7eeae757767621
Delegated to: Simon Glass
Headers show
Series [U-Boot] include/dm.h: Remove duplicated include directive. | expand

Commit Message

Liviu Dudau Sept. 17, 2018, 4:46 p.m. UTC
Remove duplicated inclusion of dm/ofnode.h

Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com>
---
 include/dm.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass Sept. 18, 2018, 2:06 a.m. UTC | #1
On 17 September 2018 at 10:46, Liviu Dudau <Liviu.Dudau@foss.arm.com> wrote:
> Remove duplicated inclusion of dm/ofnode.h
>
> Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com>
> ---
>  include/dm.h | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Heiko Schocher Sept. 18, 2018, 4:15 a.m. UTC | #2
Hello Liviu,

Am 17.09.2018 um 18:46 schrieb Liviu Dudau:
> Remove duplicated inclusion of dm/ofnode.h
> 
> Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com>
> ---
>   include/dm.h | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
Simon Glass Oct. 2, 2018, 11:21 a.m. UTC | #3
On 17 September 2018 at 21:15, Heiko Schocher <hs@denx.de> wrote:
> Hello Liviu,
>
> Am 17.09.2018 um 18:46 schrieb Liviu Dudau:
>>
>> Remove duplicated inclusion of dm/ofnode.h
>>
>> Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com>
>> ---
>>   include/dm.h | 1 -
>>   1 file changed, 1 deletion(-)
>
>
> Reviewed-by: Heiko Schocher <hs@denx.de>
>

Applied to u-boot-dm, and now in mainline, thanks!
diff mbox series

Patch

diff --git a/include/dm.h b/include/dm.h
index bf4b07d28f..2e1afda440 100644
--- a/include/dm.h
+++ b/include/dm.h
@@ -6,7 +6,6 @@ 
 #ifndef _DM_H_
 #define _DM_H_
 
-#include <dm/ofnode.h>
 #include <dm/device.h>
 #include <dm/fdtaddr.h>
 #include <dm/ofnode.h>