diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-01-17 22:52:11 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-01-19 03:48:17 +0400 |
commit | 77dfdeb41125b6468790fa4c620da262c910cbc9 (patch) | |
tree | b58e973a73e7dec3e3e2aaffd1d219ad5d2dccd1 /Makefile | |
parent | f28d7de6bd4d41774744e011141945affa127da4 (diff) | |
download | linux-77dfdeb41125b6468790fa4c620da262c910cbc9.tar.xz |
ARM: kirkwood: kirkwood_pm_init() should return void
This function was originally meant to return void as declared in the
common.h header. Fix it and include the header to catch these errors
in the future.
[jac] removed 'return 0;' to clear this warning:
arch/arm/mach-kirkwood/pm.c: In function 'kirkwood_pm_init':
arch/arm/mach-kirkwood/pm.c:73:2: warning: 'return' with a value, in function returning void [enabled by default]
Reported-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions