Files
u-boot-tk1-som/include
Jeroen Hofstee 3ea664c7c3 env_callback.h: spl: mark callback as maybe_unused
When static inline is used in a header file the function
should preferably be inlined and if not possible made a
static function. When declared inside a c file there is a
static function, which might be inlined. Since SPL uses a
define to declare the static inline it becomes part of the
c file although it is declared in a header and clang will
warn that you have introduced unused static functions. Add
maybe_unused to prevent such warnings.

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
2014-07-18 17:53:23 -04:00
..
2013-04-01 16:33:52 -04:00
2014-06-20 11:56:50 -06:00
2013-04-01 16:33:52 -04:00
2014-05-29 17:45:31 -04:00
2014-02-04 16:32:20 +01:00
2014-07-07 19:43:02 -04:00
2014-07-07 19:43:02 -04:00
2014-02-21 08:42:47 -05:00
2014-03-17 20:05:48 -06:00
2014-05-27 10:21:32 -04:00
2014-06-21 10:06:58 -06:00
2014-05-16 14:54:26 +09:00
2014-07-07 19:47:18 -04:00
2014-06-19 11:18:55 -04:00
2014-02-20 06:48:23 +01:00
2013-09-24 09:10:33 -04:00
2014-07-07 19:47:19 -04:00
2014-05-28 10:58:19 +09:00
2014-06-20 11:54:29 -06:00
2014-07-07 19:43:02 -04:00
2013-04-01 16:33:52 -04:00
2013-09-20 10:30:54 -04:00
2014-05-30 14:03:24 -04:00
2013-11-09 17:21:01 +01:00
2014-05-25 16:25:12 +02:00
2014-03-17 20:05:49 -06:00
2013-11-09 17:21:01 +01:00
2014-07-07 19:43:02 -04:00
2014-03-05 12:23:48 +01:00
2014-02-19 10:47:43 -05:00
2014-06-11 16:27:06 -04:00
2013-12-04 08:11:28 -05:00
2013-08-28 11:44:59 -04:00