浏览代码

[ARM] pxa/zeus: make internal zeus_get_pcb_info static

Signed-off-by: Marc Zyngier <maz@misterjones.org>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Marc Zyngier 15 年之前
父节点
当前提交
100627b4ba
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      arch/arm/mach-pxa/zeus.c

+ 2 - 2
arch/arm/mach-pxa/zeus.c

@@ -626,8 +626,8 @@ static void zeus_power_off(void)
 	pxa27x_cpu_suspend(PWRMODE_DEEPSLEEP);
 	pxa27x_cpu_suspend(PWRMODE_DEEPSLEEP);
 }
 }
 
 
-int zeus_get_pcb_info(struct i2c_client *client, unsigned gpio,
-		      unsigned ngpio, void *context)
+static int zeus_get_pcb_info(struct i2c_client *client, unsigned gpio,
+			     unsigned ngpio, void *context)
 {
 {
 	int i;
 	int i;
 	u8 pcb_info = 0;
 	u8 pcb_info = 0;