Commit 6c887d2c authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman

ARM: shmobile: bonito: Remove empty core devices array

The core devices array is empty, passing it to platform_add_devices() is
a no-op. Remove it.
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent f5c02edc
...@@ -330,12 +330,6 @@ static struct platform_device smsc_device = { ...@@ -330,12 +330,6 @@ static struct platform_device smsc_device = {
.num_resources = ARRAY_SIZE(smsc_resources), .num_resources = ARRAY_SIZE(smsc_resources),
}; };
/*
* core board devices
*/
static struct platform_device *bonito_core_devices[] __initdata = {
};
/* /*
* base board devices * base board devices
*/ */
...@@ -397,9 +391,6 @@ static void __init bonito_init(void) ...@@ -397,9 +391,6 @@ static void __init bonito_init(void)
r8a7740_add_standard_devices(); r8a7740_add_standard_devices();
platform_add_devices(bonito_core_devices,
ARRAY_SIZE(bonito_core_devices));
/* /*
* base board settings * base board settings
*/ */
......
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