Arnd Bergmann
2aa488a6bc
misc: sram: remove useless #ifdef
...
A recent patch added a new function that is now unused whenever
CONFIG_OF is disabled:
drivers/misc/sram.c:342:12: error: 'atmel_securam_wait' defined but not used [-Werror=unused-function]
There is actually no reason for the #ifdef, because the driver
currently cannot be used in a meaningful way without CONFIG_OF,
and there is no compile-time dependency.
Removing that #ifdef and the respective of_match_ptr() avoids the
warning and simplifies the driver slightly.
Fixes: 2ae2e28852 ("misc: sram: add Atmel securam support")
Reviewed-by: Vladimir Zapolskiy <vz@mleia.com >
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
2016-11-30 15:43:25 +01:00
..
2016-10-14 12:50:05 -07:00
2016-09-30 10:28:51 +02:00
2016-10-06 17:03:41 +02:00
2016-10-07 18:46:28 -07:00
2016-10-15 23:22:09 +02:00
2016-10-07 09:46:56 +02:00
2016-11-30 14:58:00 +01:00
2016-10-23 15:56:23 -07:00
2016-10-07 21:34:49 -07:00
2016-10-20 21:58:58 +02:00
2016-10-14 12:46:13 -07:00
2016-10-15 09:26:12 -07:00
2016-10-10 14:04:16 -07:00
2016-10-07 16:46:30 -07:00
2016-10-11 00:01:20 +02:00
2016-10-06 17:13:54 -07:00
2016-10-11 18:12:22 -07:00
2016-10-04 12:06:26 -07:00
2016-10-09 11:38:11 +02:00
2016-11-25 23:26:05 +01:00
2016-10-11 23:17:08 +02:00
2016-10-21 13:27:55 +10:00
2016-10-10 10:58:22 +02:00
2016-09-27 12:35:49 +02:00
2016-10-17 10:16:20 -07:00
2016-10-11 23:37:26 +02:00
2016-10-07 18:46:30 -07:00
2016-10-05 14:50:51 -07:00
2016-10-19 08:39:47 -07:00
2016-10-14 13:19:30 -07:00
2016-10-11 12:52:41 -07:00
2016-10-21 21:40:29 +02:00
2016-10-07 14:42:05 -07:00
2016-11-18 14:32:13 +01:00
2016-09-27 12:33:47 +02:00
2016-10-11 15:06:33 -07:00
2016-10-19 08:39:47 -07:00
2016-11-30 14:58:00 +01:00
2016-10-17 15:43:05 +02:00
2016-10-07 08:35:35 -07:00
2016-11-30 15:43:25 +01:00
2016-10-17 15:43:03 +02:00
2016-10-20 00:06:06 +02:00
2016-10-14 13:43:08 -07:00
2016-10-07 16:46:30 -07:00
2016-10-21 10:54:01 -07:00
2016-10-07 21:23:40 -07:00
2016-10-15 09:26:12 -07:00
2016-10-10 20:16:43 -07:00
2016-10-21 09:54:46 -05:00
2016-10-17 15:50:07 +01:00
2016-10-18 14:38:16 +02:00
2016-10-19 11:45:06 -07:00
2016-10-06 18:21:15 -07:00
2016-10-11 15:06:32 -07:00
2016-10-13 10:20:06 -04:00
2016-10-19 08:11:43 -07:00
2016-10-12 11:05:23 -07:00
2016-10-06 17:03:49 -07:00
2016-11-18 18:31:56 -08:00
2016-10-14 13:13:44 -07:00
2016-10-14 16:21:08 -04:00
2016-10-21 10:57:09 -07:00
2016-11-18 18:42:33 -08:00
2016-10-11 15:06:33 -07:00
2016-09-27 12:43:34 +02:00
2016-10-19 08:11:43 -07:00
2016-10-21 01:19:44 -07:00
2016-10-12 11:05:23 -07:00
2016-10-11 15:06:33 -07:00
2016-10-15 09:26:12 -07:00
2016-09-29 13:36:38 -06:00
2016-10-19 08:39:47 -07:00
2016-10-19 08:11:43 -07:00
2016-09-27 12:43:35 +02:00
2016-10-21 22:24:23 +02:00
2016-10-06 11:19:10 -07:00
2016-10-23 15:56:23 -07:00