From: Geert Uytterhoeven Date: Fri, 25 Oct 2013 14:37:56 +0000 (+0200) Subject: openrisc: Refactor 16-bit constant relocation X-Git-Tag: v3.13-rc1~71^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56aea88df7b3930b3010488bdf9d1796bb051fb1;p=pandora-kernel.git openrisc: Refactor 16-bit constant relocation arch/openrisc/kernel/module.c: In function 'apply_relocate_add': arch/openrisc/kernel/module.c:50:13: warning: assignment from incompatible pointer type arch/openrisc/kernel/module.c:54:13: warning: assignment from incompatible pointer type Move the pointer increments to the dereference statements to avoid incompatible pointer assignments, and remove superfluous casts. Signed-off-by: Geert Uytterhoeven Signed-off-by: Jonas Bonn --- Reading git-diff-tree failed