OMAP2+: TWL: include pm header for init protos
commitdda0aea7ba5a902982cb65a7f7ec1b5c8e7b6923
authorNishanth Menon <nm@ti.com>
Mon, 3 Jan 2011 18:58:30 +0000 (3 12:58 -0600)
committerKevin Hilman <khilman@ti.com>
Fri, 7 Jan 2011 21:33:07 +0000 (7 13:33 -0800)
tree47020ef77ae6af8d0006fb268e954b9ca27d2284
parentc84ff1cc48fa41ea1b86f76f61dd4767f1adb0cd
OMAP2+: TWL: include pm header for init protos

twl_init functions are declared in pm.h and used in pm.c
pm.h header defining the protos need to be included to
ensure that omap_twl.c has consistent function definition.
This fixes sparse warning:
arch/arm/mach-omap2/omap_twl.c:237:12: warning: symbol 'omap4_twl_init' was not declared. Should it be static?
arch/arm/mach-omap2/omap_twl.c:256:12: warning: symbol 'omap3_twl_init' was not declared. Should it be static?

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/omap_twl.c