From: Nishanth Menon Date: Mon, 3 Jan 2011 18:58:30 +0000 (-0600) Subject: OMAP2+: TWL: include pm header for init protos X-Git-Tag: v2.6.38-rc1~52^2~18 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dda0aea7ba5a902982cb65a7f7ec1b5c8e7b6923;p=pandora-kernel.git 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 Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed