Merge branches 'sh/earlytimer' and 'sh/shmobile-r2r-staging'
This commit is contained in:
@@ -280,6 +280,16 @@ static int __init sh7723_devices_setup(void)
|
||||
}
|
||||
__initcall(sh7723_devices_setup);
|
||||
|
||||
static struct platform_device *sh7723_early_devices[] __initdata = {
|
||||
&cmt_device,
|
||||
};
|
||||
|
||||
void __init plat_early_device_setup(void)
|
||||
{
|
||||
early_platform_add_devices(sh7723_early_devices,
|
||||
ARRAY_SIZE(sh7723_early_devices));
|
||||
}
|
||||
|
||||
enum {
|
||||
UNUSED=0,
|
||||
|
||||
|
Reference in New Issue
Block a user