Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-omap1/
H A Ddevices.c335 static struct platform_device omap_wdt_device = { variable
352 ret = platform_device_register(&omap_wdt_device); in omap_init_wdt()
354 ret = platform_device_add_data(&omap_wdt_device, &pdata, in omap_init_wdt()
357 platform_device_del(&omap_wdt_device); in omap_init_wdt()