Commit 56ec311f authored by kbuild test robot's avatar kbuild test robot Committed by Greg Kroah-Hartman

fsi: fsi_master_class can be static

There are no users outside of this file.

Fixes: 0604d53d4da8 ("fsi: Add fsi-master class")
Signed-off-by: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20191108051945.7109-7-joel@jms.id.auSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9f4c2b51
...@@ -1272,7 +1272,7 @@ static struct attribute *master_attrs[] = { ...@@ -1272,7 +1272,7 @@ static struct attribute *master_attrs[] = {
ATTRIBUTE_GROUPS(master); ATTRIBUTE_GROUPS(master);
struct class fsi_master_class = { static struct class fsi_master_class = {
.name = "fsi-master", .name = "fsi-master",
.dev_groups = master_groups, .dev_groups = master_groups,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment