mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
include/dm.h: fix inclusion guard
cc: Simon Glass <sjg@chromium.org> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
39b6d07fd7
commit
1805bfcad0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#ifndef _DM_H_
|
||||
#define _DM_H
|
||||
#define _DM_H_
|
||||
|
||||
#include <dm/device.h>
|
||||
#include <dm/platdata.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue