[ARM] pxa/zeus: make internal zeus_get_pcb_info static
authorMarc Zyngier <maz@misterjones.org>
Sat, 26 Dec 2009 20:24:11 +0000 (21:24 +0100)
committerEric Miao <eric.y.miao@gmail.com>
Tue, 29 Dec 2009 06:11:30 +0000 (14:11 +0800)
Signed-off-by: Marc Zyngier <maz@misterjones.org>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/zeus.c

index 5b986a8..865df5d 100644 (file)
@@ -626,8 +626,8 @@ static void zeus_power_off(void)
        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;
        u8 pcb_info = 0;