projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9b8d0c
)
rk30: indent devices.c
author
黄涛
<huangtao@rock-chips.com>
Fri, 10 Feb 2012 07:48:17 +0000
(15:48 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Fri, 10 Feb 2012 08:41:09 +0000
(16:41 +0800)
arch/arm/mach-rk30/devices.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/devices.c
b/arch/arm/mach-rk30/devices.c
index 9daef9b8e39b53eae0d7024dbcb50f4d9df4d423..f597d442b503d732d104dd6f0212b37eb23b519a 100755
(executable)
--- a/
arch/arm/mach-rk30/devices.c
+++ b/
arch/arm/mach-rk30/devices.c
@@
-652,6
+652,7
@@
static struct platform_device device_nand = {
.num_resources = ARRAY_SIZE(resources_nand),
};
#endif
+
#ifdef CONFIG_KEYS_RK29
extern struct rk29_keys_platform_data rk29_keys_pdata;
static struct platform_device device_keys = {
@@
-662,6
+663,7
@@
static struct platform_device device_keys = {
},
};
#endif
+
static int __init rk30_init_devices(void)
{
rk30_init_dma();