Felipe Balbi dfcccd3aab arm: omap1: devices: need to return with a value
Get rid of the following warning:

arch/arm/mach-omap1/devices.c: In function 'omap_init_wdt':
arch/arm/mach-omap1/devices.c:298: warning: 'return' with
no value, in function returning non-void

while at that, also change:

platform_device_register();
return 0;

into:

return platform_device_register();

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
2010-11-08 16:45:28 -08:00
..
2010-10-12 16:07:51 -07:00
2010-10-12 16:07:51 -07:00
2010-10-12 16:07:51 -07:00
2010-07-26 16:34:28 -06:00
2010-07-26 16:34:28 -06:00
2010-08-04 15:50:20 +03:00
2010-07-05 16:31:54 +03:00
2009-10-07 23:14:08 +01:00