summaryrefslogtreecommitdiff
path: root/arch/arm/mach-pxa/zeus.c
diff options
context:
space:
mode:
authorMarc Zyngier <maz@misterjones.org>2009-12-26 20:24:11 (GMT)
committerEric Miao <eric.y.miao@gmail.com>2009-12-29 06:11:30 (GMT)
commit100627b4bacd0bd669aab5a68f8a0bfd0d28d002 (patch)
treec9914d8e6b62de2b10392a5756f223d2f643d19e /arch/arm/mach-pxa/zeus.c
parent9a8a0c46de1fac06e9b78d13edd7612a97d0061d (diff)
downloadlinux-fsl-qoriq-100627b4bacd0bd669aab5a68f8a0bfd0d28d002.tar.xz
[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>
Diffstat (limited to 'arch/arm/mach-pxa/zeus.c')
-rw-r--r--arch/arm/mach-pxa/zeus.c4
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;