ARM: kirkwood: Give pm.c its own header file.
authorAndrew Lunn <andrew@lunn.ch>
Sat, 22 Feb 2014 19:14:43 +0000 (20:14 +0100)
committerJason Cooper <jason@lakedaemon.net>
Sat, 22 Feb 2014 20:38:22 +0000 (20:38 +0000)
commitc3b6144acb6b684bf1e9ae413e2f09825e314c61
tree183604b6bb1aeeb1fd24e5050144bff20c76684a
parentb92f10be479b3b63e753968a0c6cb3f605ad7142
ARM: kirkwood: Give pm.c its own header file.

The pm code needs to be separated from common.h in order to split DT
and non-DT systems apart. Move the declarations into a header file of
its own and include it where needed.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> (on kirkwood)
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-kirkwood/board-dt.c
arch/arm/mach-kirkwood/common.c
arch/arm/mach-kirkwood/common.h
arch/arm/mach-kirkwood/pm.h [new file with mode: 0644]