[PATCH 2/4] pxa/zeus: Make internal zeus_get_pcb_info static
Marc Zyngier
maz at misterjones.org
Sat Dec 26 15:25:48 EST 2009
Signed-off-by: Marc Zyngier <maz at misterjones.org>
---
arch/arm/mach-pxa/zeus.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-pxa/zeus.c b/arch/arm/mach-pxa/zeus.c
index 5b986a8..865df5d 100644
--- a/arch/arm/mach-pxa/zeus.c
+++ b/arch/arm/mach-pxa/zeus.c
@@ -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;
--
1.6.5.7
More information about the linux-arm-kernel
mailing list