On Thu, Jun 09, 2016 at 12:57:12PM +0100, Ben Dooks wrote:
The kirkwood-pm.c was missing the include of kirkwood-pm.h to
define the kirkwood_pm_init() function. However once this is
included, the types do not match.
Fixup the include, and then the prototype to avoid the following
warning:
arch/arm/mach-mvebu/kirkwood-pm.c:69:12: warning: symbol 'kirkwood_pm_init' was not declared. Should it be static?
Signed-off-by: Ben Dooks <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew