Files
kernel_arpi/include/linux
Valdis Kletnieks 8496ecd0be init/calibrate.c: provide proper prototype
Sparse issues a warning:

    CHECK   init/calibrate.c
  init/calibrate.c:271:28: warning: symbol 'calibration_delay_done' was not declared. Should it be static?

The actual issue is that it's a __weak symbol that archs can override
(in fact, ARM does so), but no prototype is provided.  Let's provide one
to prevent surprises.

Link: http://lkml.kernel.org/r/18827.1548750938@turing-police.cc.vt.edu
Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2019-03-07 18:32:01 -08:00
..
2019-02-28 09:16:12 +01:00
2019-02-08 22:39:01 -08:00
2019-01-24 11:11:45 -07:00
2019-02-01 20:55:38 +01:00
2019-02-27 17:22:50 +01:00
2019-02-01 20:55:38 +01:00
2019-03-05 21:07:16 -08:00
2019-02-15 16:54:38 +01:00
2019-02-05 14:37:01 +00:00
2019-03-05 21:07:17 -08:00
2019-01-04 13:13:48 -08:00
2019-02-08 15:02:49 -08:00
2019-03-05 21:07:19 -08:00
2019-03-03 21:47:57 -08:00
2019-01-07 16:38:26 +01:00
2019-02-03 11:17:31 -08:00
2019-02-07 00:13:27 +01:00
2019-01-11 18:05:40 -08:00
2019-02-26 12:53:55 +01:00