Skip to content
Snippets Groups Projects
Commit 42c23dd2 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Simon Glass
Browse files

dm: include <linker_lists.h> from platdata.h and uclass.h


The header files include/dm/platdata.h and include/dm/uclass.h
use ll_entry_declare(); therefore they depend on
include/linker_lists.h.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent dc7cb46f
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
#ifndef _DM_PLATDATA_H #ifndef _DM_PLATDATA_H
#define _DM_PLATDATA_H #define _DM_PLATDATA_H
#include <linker_lists.h>
/** /**
* struct driver_info - Information required to instantiate a device * struct driver_info - Information required to instantiate a device
* *
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#define _DM_UCLASS_H #define _DM_UCLASS_H
#include <dm/uclass-id.h> #include <dm/uclass-id.h>
#include <linker_lists.h>
#include <linux/list.h> #include <linux/list.h>
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment