mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
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: kbuild test robot <lkp@intel.com> Signed-off-by: Joel Stanley <joel@jms.id.au> Link: https://lore.kernel.org/r/20191108051945.7109-7-joel@jms.id.au Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9f4c2b516b
commit
56ec311fdd
@ -1272,7 +1272,7 @@ static struct attribute *master_attrs[] = {
|
||||
|
||||
ATTRIBUTE_GROUPS(master);
|
||||
|
||||
struct class fsi_master_class = {
|
||||
static struct class fsi_master_class = {
|
||||
.name = "fsi-master",
|
||||
.dev_groups = master_groups,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user