Home
last modified time | relevance | path

Searched refs:omap_wdt_device (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Ddevices.c387 static struct platform_device omap_wdt_device = { variable
404 ret = platform_device_register(&omap_wdt_device); in omap_init_wdt()
406 ret = platform_device_add_data(&omap_wdt_device, &pdata, in omap_init_wdt()
409 platform_device_del(&omap_wdt_device); in omap_init_wdt()