Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a01d7a76 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

[Blackfin] arch: this is an ezkit, not a stamp, so fixup the init function name

parent cf93425d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -631,7 +631,7 @@ static struct platform_device *ezkit_devices[] __initdata = {
	&ezkit_flash_device,
};

static int __init stamp_init(void)
static int __init ezkit_init(void)
{
	printk(KERN_INFO "%s(): registering device resources\n", __FUNCTION__);
	platform_add_devices(ezkit_devices, ARRAY_SIZE(ezkit_devices));
@@ -644,4 +644,4 @@ static int __init stamp_init(void)
	return 0;
}

arch_initcall(stamp_init);
arch_initcall(ezkit_init);