CHROMIUM: arm: s5p: fix section mismatch for gpioint
authorVincent Palatin <vpalatin@chromium.org>
Fri, 22 Feb 2013 17:01:33 +0000 (09:01 -0800)
committerChromeBot <chrome-bot@google.com>
Fri, 22 Feb 2013 21:45:18 +0000 (13:45 -0800)
commit452105cb7a4b9ffc106ef50cf788bef694b4567f
tree8a252cde192224e4b2d1b08d635615735450e1f1
parenta501a20b913a12c5fc2d774edba0d94718479337
CHROMIUM: arm: s5p: fix section mismatch for gpioint

The gpioint irq creation might be called from hotpluggable devices,
so it needs to be marked as __devinit (and as nothing in the future).

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
BUG=chrome-os-partner:12625
TEST=emerge-daisy_spring chromeos-kernel with
"CONFIG_DEBUG_SECTION_MISMATCH=y" and do not see any warning.

Change-Id: Ibc0880c90a4002063fd95e752e3fe417455afd22
Reviewed-on: https://gerrit.chromium.org/gerrit/43786
Tested-by: Vincent Palatin <vpalatin@chromium.org>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Commit-Queue: Vincent Palatin <vpalatin@chromium.org>
arch/arm/plat-s5p/irq-gpioint.c