dm: core: Make aliases_lookup static
aliases_lookup is only referenced in of_access.c Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
7f1a4c9dd8
commit
86592af536
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
/* list of struct alias_prop aliases */
|
||||
LIST_HEAD(aliases_lookup);
|
||||
static LIST_HEAD(aliases_lookup);
|
||||
|
||||
/* "/aliaes" node */
|
||||
static struct device_node *of_aliases;
|
||||
|
|
Loading…
Reference in a new issue