[GIT PULL] Driver core fixes for 5.1-rc3
From: Greg KH
Date: Fri Mar 29 2019 - 15:39:49 EST
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.1-rc3
for you to fetch changes up to cd1b772d4881d1cd15b90ec17aab9ac7950e8850:
driver core: remove BUS_ATTR() (2019-03-18 07:07:30 +0100)
----------------------------------------------------------------
Driver core patch for 5.1-rc3
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.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Greg Kroah-Hartman (1):
driver core: remove BUS_ATTR()
include/linux/device.h | 2 --
1 file changed, 2 deletions(-)