From: Mark Brown Date: Mon, 7 May 2012 09:03:19 +0000 (+0100) Subject: mfd: Fix tps65910 section annotations X-Git-Tag: v3.5-rc1~51^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63745d4068de8ccea3580214c6dbfdca0ec37859;p=pandora-kernel.git 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 Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed