summaryrefslogtreecommitdiff
path: root/include/dm-demo.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 10:15:36 -0600
committerTom Rini <trini@konsulko.com>2020-08-03 22:19:54 -0400
commit82a7697b5ab3327d76cba884e10ac603aadac68c (patch)
treee35987dbb902a54935c036722f0e26204e6ec0cc /include/dm-demo.h
parent54234592df3324cdb6013d8c94013a2982dd660e (diff)
dm: core: Drop dm.h header file from dm-demo.h
This header file should not be included in other header files. Remove it and add it to the cmd file instead. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/dm-demo.h')
-rw-r--r--include/dm-demo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dm-demo.h b/include/dm-demo.h
index c9a82c7e52..7b6d0d80ff 100644
--- a/include/dm-demo.h
+++ b/include/dm-demo.h
@@ -6,8 +6,6 @@
#ifndef __DM_DEMO_H
#define __DM_DEMO_H
-#include <dm.h>
-
/**
* struct dm_demo_pdata - configuration data for demo instance
*