]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
staging: unisys: use ATTRIBUTE_GROUPS instead of creating our own
authorDavid Kershner <david.kershner@unisys.com>
Tue, 22 Aug 2017 17:27:36 +0000 (13:27 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Aug 2017 22:14:55 +0000 (15:14 -0700)
commitaa5ebdeb5d9e5be183721d5105769ad6240d5981
tree48554ed516b7fab1401fb088850b96511ab331f0
parentb74856b4193be752493fa80809abdba508cb3365
staging: unisys: use ATTRIBUTE_GROUPS instead of creating our own

Greg noticed that we were creating our own attribute groups, instead of
using the ATTRIBUTE_GROUPS macro, this patch fixes our mistake.

Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorbus_main.c