瀏覽代碼

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 年之前
父節點
當前提交
392966937d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;