From: Sebastian Hesselbarth Date: Mon, 1 Jul 2013 14:56:12 +0000 (+0200) Subject: ARM: dove: fix missing __init section of dove_mpp_gpio_mode X-Git-Tag: v3.12-rc1~118^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2746a7c272a3242f919fa2fd5a5f2d9f8a41173a;p=pandora-kernel.git ARM: dove: fix missing __init section of dove_mpp_gpio_mode Legacy dove_mpp_gpio_mode calls orion_gpio_set_valid which is in __init section. Offending function is not, so this causes a section mismatch. To fix the mismatch, also move dove_mpp_gpio_mode to __init section. Signed-off-by: Sebastian Hesselbarth Signed-off-by: Jason Cooper --- Reading git-diff-tree failed