Regulators: fixed - annotate probe and remove methods
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 24 Feb 2010 07:37:55 +0000 (23:37 -0800)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Wed, 3 Mar 2010 14:49:27 +0000 (14:49 +0000)
commit8ab3343dc61552cb8ad653e1013b1853cea9bea6
tree7770a28418846d9d84f60d59a5c22b55fd2c695c
parent98bf7c057b35eaf418ac063c4aba4f9f86220b09
Regulators: fixed - annotate probe and remove methods

Add __devinit/__devexit markings to probe and remove methids of the
driver, change types of variables containing boolean data to boolean,
set up driver's owner field so we have proper sysfs link between
driver and the module.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
drivers/regulator/fixed.c