From: Dmitry Torokhov Date: Wed, 24 Feb 2010 07:37:50 +0000 (-0800) Subject: Regulators: ab3100 - fix probe and remove annotations X-Git-Tag: v2.6.34-rc1~207^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98bf7c057b35eaf418ac063c4aba4f9f86220b09;p=pandora-kernel.git Regulators: ab3100 - fix probe and remove annotations Probe and remove methods should not be marked as __init/__exit but rather __devinit/__devexit so that the needed sections stay in memory in presence of CONFIG_HOTPLUG. This is needed even on non hotpluggable buses. Signed-off-by: Dmitry Torokhov Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed