diff options
| -rw-r--r-- | 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 5b986a8bd9e6..865df5d840e7 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) | |||
| 626 | pxa27x_cpu_suspend(PWRMODE_DEEPSLEEP); | 626 | pxa27x_cpu_suspend(PWRMODE_DEEPSLEEP); |
| 627 | } | 627 | } |
| 628 | 628 | ||
| 629 | int zeus_get_pcb_info(struct i2c_client *client, unsigned gpio, | 629 | static int zeus_get_pcb_info(struct i2c_client *client, unsigned gpio, |
| 630 | unsigned ngpio, void *context) | 630 | unsigned ngpio, void *context) |
| 631 | { | 631 | { |
| 632 | int i; | 632 | int i; |
| 633 | u8 pcb_info = 0; | 633 | u8 pcb_info = 0; |
