summaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-05-07 10:03:19 +0100
committerVarun Wadekar <vwadekar@nvidia.com>2012-06-07 15:06:08 +0530
commit12f4f4ba29bfe98cb26b7b43354bc66f2cac0629 (patch)
treee0eed124fe76dd3e3646cf12ebd8f785e2bdb700 /drivers/gpio
parent6e92bf7ac99107dfdd4f9695ee2168a8ad96628f (diff)
mfd: Fix tps65910 section annotations
A warning was being generated by the reference from tps65910_i2c_probe() to tps65910_sleepinit() since the latter was annotated as __init but the former was unannotated. Since these functions can only be called during device init make them both __devinit, and while we're at it also annotate tps65910_i2c_remove() __devexit for symmetry. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> (cherry picked from commit 63745d4068de8ccea3580214c6dbfdca0ec37859) Change-Id: I9e85e31e770c7ea68524d046b87036d6d0264523 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/105921 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpio')
0 files changed, 0 insertions, 0 deletions