Commit 100627b4 authored by Marc Zyngier's avatar Marc Zyngier Committed by Eric Miao

[ARM] pxa/zeus: make internal zeus_get_pcb_info static

Signed-off-by: default avatarMarc Zyngier <maz@misterjones.org>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent 9a8a0c46
...@@ -626,7 +626,7 @@ static void zeus_power_off(void) ...@@ -626,7 +626,7 @@ 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, static int zeus_get_pcb_info(struct i2c_client *client, unsigned gpio,
unsigned ngpio, void *context) unsigned ngpio, void *context)
{ {
int i; int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment