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

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.au


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9f4c2b51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};