]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'regulator-fix-can-change-voltage' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 May 2016 00:47:31 +0000 (17:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 May 2016 00:47:31 +0000 (17:47 -0700)
commit1dc29044f3e7b3cbf9c94017fb203adb148964cd
tree8099415f3e03898729b73d657bded4ff42fc0be6
parent631aaa6058d6b1fe90b574f02f06a2f073dbe2a2
parent374559455c4ac16ca4b947498977646c4f95688b
Merge tag 'regulator-fix-can-change-voltage' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator

Pull regulator fix from Mark Brown:
 "Fix build warnings from regulator_can_change_voltage()

  Cut down on noise for mainstream users of the API and people
  doing build testing by dropping the deprecated flag from
  regulator_can_change_voltage() as it triggers even on the
  EXPORT_SYMBOL_GPL() which affects all builds rather than just
  the remaining drivers with calls to it (for which fixes are
  currently pending).

  The function remains deprecated and is expected to be removed
  entirely in v4.8"

* tag 'regulator-fix-can-change-voltage' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
  regulator: Silence build warnings from regulator_can_change_voltage()