Arnd Bergmann
d1c888878c
ARM: omap1: avoid unused variable warning
...
The osk_mistral_init() contains code that is only compiled when
CONFIG_PM is set, but it uses a variable that is declared outside
of the #ifdef:
arch/arm/mach-omap1/board-osk.c: In function 'osk_mistral_init':
arch/arm/mach-omap1/board-osk.c:513:7: warning: unused variable 'ret' [-Wunused-variable]
This removes the #ifdef around the user of the variable,
make it always used.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Suggested-by: Tony Lindgren <tony@atomide.com>
Acked-by: Aaro Koskinen <aaro.koskinen@iki.fi>
2017-07-27 22:57:46 +02:00
..
2017-01-05 09:34:13 -08:00
2016-06-17 02:37:36 -07:00
2016-08-01 18:27:08 -04:00
2017-07-27 22:57:40 +02:00
2015-12-01 21:52:50 +01:00
2015-05-20 09:01:21 -07:00
2016-08-26 08:41:59 -07:00
2016-08-26 08:41:59 -07:00
2009-03-23 18:07:33 -07:00
2016-08-26 08:41:59 -07:00
2016-08-26 08:41:59 -07:00
2009-03-23 18:07:33 -07:00
2016-08-26 08:41:59 -07:00
2016-08-26 08:41:59 -07:00
2015-12-07 18:58:20 -08:00
2016-08-26 08:41:59 -07:00
2017-07-27 22:57:46 +02:00
2015-12-01 21:52:50 +01:00
2015-12-01 21:52:50 +01:00
2015-12-01 21:52:50 +01:00
2015-12-01 21:52:50 +01:00
2016-08-26 08:41:59 -07:00
2015-12-01 21:52:50 +01:00
2015-12-01 21:52:50 +01:00
2016-01-20 18:03:56 -08:00
2013-03-13 04:10:57 -06:00
2017-01-24 07:20:02 -08:00
2017-01-24 07:20:02 -08:00
2015-05-21 14:50:23 -07:00
2016-08-26 08:41:59 -07:00
2017-06-06 23:54:00 -07:00
2016-08-26 08:41:59 -07:00
2015-12-01 21:52:50 +01:00
2015-12-01 21:52:50 +01:00
2015-09-16 15:47:51 +02:00
2012-10-31 15:37:14 -07:00
2015-05-21 14:50:23 -07:00
2013-10-18 10:50:51 -07:00
2015-05-21 14:50:23 -07:00
2016-11-10 08:53:30 -07:00
2012-10-18 16:23:46 -07:00
2012-11-30 08:41:50 -08:00
2012-10-31 15:37:14 -07:00
2015-07-28 13:58:13 +02:00
2016-11-10 12:42:49 -07:00
2013-06-18 00:12:34 -07:00
2015-10-12 10:36:55 -07:00
2011-10-17 09:12:40 +01:00
2013-06-18 00:12:34 -07:00
2016-08-26 08:41:59 -07:00
2015-05-21 14:50:23 -07:00
2014-07-08 01:15:36 -07:00
2012-10-18 16:23:30 -07:00
2011-12-08 18:02:23 -08:00
2015-05-12 23:55:38 +02:00
2017-03-06 10:38:19 -08:00
2011-02-04 14:26:08 +00:00
2013-07-09 10:33:29 -07:00
2015-05-21 14:50:23 -07:00
2012-10-31 15:37:14 -07:00
2012-10-31 15:37:14 -07:00
2012-10-31 10:14:14 -07:00
2012-10-31 10:14:13 -07:00
2012-03-06 21:34:38 -06:00
2015-07-17 08:26:24 +05:30
2015-07-17 08:28:39 +05:30
2017-06-06 23:54:13 -07:00
2017-01-05 09:34:18 -08:00