]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: syscon: Remove "base" field from private driver data
authorAlexander Shiyan <shc_work@mail.ru>
Sun, 14 Jul 2013 06:39:42 +0000 (10:39 +0400)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 31 Jul 2013 00:02:58 +0000 (02:02 +0200)
commit65a2b3de097116d425e125ce9bb2dd5eb36bd980
tree4d1466493f6412e55359eebfbecebabf7a590118
parent34e8e8bb5785d685d13d7f2aa4b448e73b64e6c8
mfd: syscon: Remove "base" field from private driver data

During a move to use managed resources, the .remove function all was
deemed superfluous which subsequently led to its deletion. As there are
no remaining users of the stored 'base' address we only have to use it
locally during probe.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/syscon.c