fix compile warnings for gcc 6.2.0 93/head
authorOleksij Rempel <linux@rempel-privat.de>
Fri, 16 Sep 2016 08:23:13 +0000 (10:23 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Mon, 19 Sep 2016 17:33:47 +0000 (19:33 +0200)
Most of issues discovered by gcc 6.2.0 are:
warning: implicit declaration of function '...'
which make sense since this functions was never declared,
espesially functions provided by ROM.

In the last case, correct usage of this functions was never
checked by compiler.

So, wellcome in to GCC 6.2.0 age ;)

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>

No differences found