mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-17 14:30:00 +00:00
mfd: vexpress: Staticize vexpress_config_bridges
vexpress_config_bridges is local to this file. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
09507305a5
commit
392966937d
@ -26,7 +26,7 @@
|
||||
|
||||
#define VEXPRESS_CONFIG_MAX_BRIDGES 2
|
||||
|
||||
struct vexpress_config_bridge {
|
||||
static struct vexpress_config_bridge {
|
||||
struct device_node *node;
|
||||
struct vexpress_config_bridge_info *info;
|
||||
struct list_head transactions;
|
||||
|
Loading…
Reference in New Issue
Block a user