From: Sachin Kamat Date: Tue, 4 Mar 2014 09:41:47 +0000 (+0530) Subject: mfd: vexpress: Staticize vexpress_config_bridges X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=392966937d0da3be9fa679b74bd68ae0fc74d91d;p=linux.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 0c9c3500e25d6..d0db89d13e011 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;