mfd: vexpress: Staticize vexpress_config_bridges
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 4 Mar 2014 09:41:47 +0000 (15:11 +0530)
committerLee Jones <lee.jones@linaro.org>
Wed, 19 Mar 2014 08:58:38 +0000 (08:58 +0000)
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>
drivers/mfd/vexpress-config.c

index 0c9c350..d0db89d 100644 (file)
@@ -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;