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-11-05 12:13:10 -07:00
2010-05-05 11:11:10 -07:00
2010-05-05 11:11:10 -07:00
2010-10-25 13:46:56 -07:00
2010-10-20 00:27:46 -04:00
2010-10-20 00:27:46 -04:00
2010-10-12 16:07:51 -07:00
2010-10-20 00:27:46 -04:00
2009-03-23 18:07:33 -07:00
2010-10-12 16:07:51 -07:00
2010-10-20 00:27:46 -04:00
2009-03-23 18:07:33 -07:00
2010-10-25 13:46:56 -07:00
2010-10-20 00:27:46 -04:00
2010-10-20 00:27:46 -04:00
2010-10-20 00:27:46 -04:00
2010-10-20 00:27:46 -04:00
2010-10-20 00:27:46 -04:00
2010-10-20 00:27:46 -04:00
2010-10-20 00:27:46 -04:00
2010-10-12 16:07:51 -07:00
2010-10-20 00:27:46 -04:00
2010-10-20 00:27:46 -04:00
2010-08-04 08:46:24 +03:00
2010-07-26 16:34:28 -06:00
2010-07-26 16:34:28 -06:00
2010-11-08 16:45:28 -08:00
2010-02-15 10:03:32 -08:00
2009-10-20 09:40:47 -07:00
2010-02-25 14:45:08 -08:00
2009-10-20 09:40:47 -07:00
2010-07-16 11:06:41 +01:00
2009-10-20 09:40:47 -07:00
2010-10-18 11:03:21 +02:00
2009-12-11 16:16:36 -08:00
2009-10-20 09:40:47 -07:00
2008-08-07 09:55:48 +01:00
2008-12-10 17:35:25 -08:00
2009-10-20 09:40:47 -07:00
2005-07-10 19:58:10 +01:00
2010-08-04 15:50:20 +03:00
2010-09-21 11:51:23 -07:00
2005-07-10 19:58:08 +01:00
2010-07-05 16:31:54 +03:00
2010-08-02 14:23:38 +03:00
2009-12-11 17:00:40 -07:00
2009-12-11 17:00:40 -07:00
2010-09-21 11:51:23 -07:00
2009-10-20 09:40:47 -07:00
2009-10-07 23:14:08 +01:00
2010-08-02 14:21:39 +03:00
2009-10-07 23:14:06 +01:00
2009-08-28 10:50:33 -07:00
2009-08-28 10:50:33 -07:00
2010-04-22 17:32:36 -07:00
2010-07-05 16:31:30 +03:00