projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a8a0c4
)
[ARM] pxa/zeus: make internal zeus_get_pcb_info static
author
Marc Zyngier
<maz@misterjones.org>
Sat, 26 Dec 2009 20:24:11 +0000
(21:24 +0100)
committer
Eric 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-pxa/zeus.c
b/arch/arm/mach-pxa/zeus.c
index 5b986a8bd9e62a41a057b533da7e978549a7dc82..865df5d840e78726acbc81854a42d327662a019a 100644
(file)
--- 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;