staging: fsl-mc: convert to use ATTRIBUTE_GROUPS macro

Use ATTRIBUTE_GROUPS macro to reduce the number of lines of code.

Generated by Coccinelle semantic patch.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Wei Yongjun 2016-08-28 16:19:29 +00:00 committed by Greg Kroah-Hartman
parent be1edb857e
commit a71a6d96a4
1 changed files with 1 additions and 7 deletions

View File

@ -137,14 +137,8 @@ static struct attribute *fsl_mc_dev_attrs[] = {
NULL,
};
static const struct attribute_group fsl_mc_dev_group = {
.attrs = fsl_mc_dev_attrs,
};
ATTRIBUTE_GROUPS(fsl_mc_dev);
static const struct attribute_group *fsl_mc_dev_groups[] = {
&fsl_mc_dev_group,
NULL,
};
struct bus_type fsl_mc_bus_type = {
.name = "fsl-mc",