mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
include/dm.h: Remove duplicated include directive
Remove duplicated inclusion of dm/ofnode.h Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de> Drop period at end of commit subject: Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
9bf8650677
commit
3eb992a481
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue