regulator: drivers: Drop owner assignment from i2c_driver
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Fri, 10 Jul 2015 05:44:00 +0000 (14:44 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 14 Jul 2015 17:53:01 +0000 (18:53 +0100)
commita807a6cc29115a9a43c168fc0d4540b3d9284815
treeb615a2560e908b1c72b316f64955355d56bda7af
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
regulator: drivers: Drop owner assignment from i2c_driver

i2c_driver does not need to set an owner because i2c_register_driver()
will set it.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
16 files changed:
drivers/regulator/act8865-regulator.c
drivers/regulator/da9210-regulator.c
drivers/regulator/da9211-regulator.c
drivers/regulator/isl6271a-regulator.c
drivers/regulator/isl9305.c
drivers/regulator/lp3971.c
drivers/regulator/lp3972.c
drivers/regulator/lp872x.c
drivers/regulator/ltc3589.c
drivers/regulator/max1586.c
drivers/regulator/max8660.c
drivers/regulator/max8973-regulator.c
drivers/regulator/pfuze100-regulator.c
drivers/regulator/tps51632-regulator.c
drivers/regulator/tps62360-regulator.c
drivers/regulator/tps65023-regulator.c
This page took 0.026521 seconds and 5 git commands to generate.