From: Sachin Kamat Date: Tue, 4 Mar 2014 09:41:47 +0000 (+0530) Subject: mfd: vexpress: Staticize vexpress_config_bridges X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=392966937d0da3be9fa679b74bd68ae0fc74d91d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git mfd: vexpress: Staticize vexpress_config_bridges vexpress_config_bridges is local to this file. Signed-off-by: Sachin Kamat Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/vexpress-config.c b/drivers/mfd/vexpress-config.c index 0c9c3500e25d..d0db89d13e01 100644 --- a/drivers/mfd/vexpress-config.c +++ b/drivers/mfd/vexpress-config.c @@ -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;