mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk30: indent devices.c
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user