summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/dm/platdata.h2
-rw-r--r--include/dm/uclass.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/dm/platdata.h b/include/dm/platdata.h
index 7716f1940e..0d4d561089 100644
--- a/include/dm/platdata.h
+++ b/include/dm/platdata.h
@@ -11,6 +11,8 @@
#ifndef _DM_PLATDATA_H
#define _DM_PLATDATA_H
+#include <linker_lists.h>
+
/**
* struct driver_info - Information required to instantiate a device
*
diff --git a/include/dm/uclass.h b/include/dm/uclass.h
index 8d09ecff7b..f6ec6d7e9f 100644
--- a/include/dm/uclass.h
+++ b/include/dm/uclass.h
@@ -11,6 +11,7 @@
#define _DM_UCLASS_H
#include <dm/uclass-id.h>
+#include <linker_lists.h>
#include <linux/list.h>
/**
OpenPOWER on IntegriCloud