pinctrl: delete raw device pointers in pinmux maps
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 1 Feb 2012 17:02:47 +0000 (18:02 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 1 Feb 2012 18:42:35 +0000 (19:42 +0100)
After discussion with Mark Brown in an unrelated thread about
ADC lookups, it came to my knowledge that the ability to pass
a struct device * in the regulator consumers is just a
historical artifact, and not really recommended. Since there
are no in-kernel users of these pointers, we just kill them
right now, before someone starts to use them.

Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found