From: Nishanth Menon Date: Fri, 16 May 2014 22:36:09 +0000 (-0500) Subject: ARM: DRA7/AM43XX: fix header definition for omap44xx_restart X-Git-Tag: omap-for-v3.16/fixes-rc4~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7abb1a530e87fce0d73f85ac7802648bb542cf26;p=pandora-kernel.git ARM: DRA7/AM43XX: fix header definition for omap44xx_restart omap44xx_restart is defined as a static void inline when DRA7/AM437X is defined alone, which implies that the restart function is no longer functional even though it is built in. So, fix the definition of the same. Signed-off-by: Nishanth Menon Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed