From: Hans Ulli Kroll Date: Mon, 11 May 2015 16:13:11 +0000 (+0200) Subject: ARM: gemini: fix compiler warning due wrong data type X-Git-Tag: omap-for-v4.2/wakeirq-drivers~2^2~17^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31fc835fc787aad38e8985d593f8ad0d18825323;p=pandora-kernel.git ARM: gemini: fix compiler warning due wrong data type This patch fixes a compiler warning in gemini_restart() issued by commit 7b6d864b48d9 ("reboot:arm: reboot_mode changes from char to enum reboot_mode"). arch/arm/mach-gemini/board-rut1xx.c:93:2: warning: initialization from incompatible pointer type The warning is harmless, and the patch does not need to be backported to stable kernels. Fixes: 7b6d864b48d ("reboot:arm: reboot_mode changes from char to enum reboot_mode.") Signed-off-by: Hans Ulli Kroll Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed