Przeglądaj źródła

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>
Sachin Kamat 11 lat temu
rodzic
commit
392966937d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      drivers/mfd/vexpress-config.c

+ 1 - 1
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;