]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'driver-core-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 Mar 2019 22:07:29 +0000 (15:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 Mar 2019 22:07:29 +0000 (15:07 -0700)
commitfcad9202a23b3e0377cbb157f9b286fc4e0fc2ae
tree57bffdbe2454b15ee82f1db47f6b5bbe5e27ffa5
parentcfda130130fb9349d9bf14684a570efb9d81a3e9
parentb86d1fb507b2b972feee728c48eafc1f96098cec
Merge tag 'driver-core-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core

Pull driver core fix from Greg KH:
 "Here is a single driver core patch for 5.1-rc3.

  After 5.1-rc1, all of the users of BUS_ATTR() are finally removed, so
  we can now drop this macro from include/linux/device.h so that no more
  new users will be created.

  This patch has been in linux-next for a while, with no reported
  issues"

* tag 'driver-core-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
  driver core: remove BUS_ATTR()