OSDN Git Service

regulator: anatop: Use correct __devexit_p annotation
authorAxel Lin <axel.lin@gmail.com>
Wed, 23 May 2012 01:08:08 +0000 (09:08 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 4 Jun 2012 09:42:49 +0000 (10:42 +0100)
commit0c09d3150902d8ca7e763d508ac1a93701b21321
treeaeed4236f67ae10f6ebcb77f3ba85a27305c3494
parentc71c8fd4daa342ba714090586a55fc5db7eaa275
regulator: anatop: Use correct __devexit_p annotation

__devexit functions are discarded when CONFIG_HOTPLUG
is not set, so the symbol needs to be referenced carefully.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/anatop-regulator.c