Skip to content

Commit

Permalink
fsi: fsi_master_class can be static
Browse files Browse the repository at this point in the history
There are no users outside of this file.

Fixes: 0604d53 ("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>
  • Loading branch information
kbuild test robot authored and Greg Kroah-Hartman committed Nov 8, 2019
1 parent 9f4c2b5 commit 56ec311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/fsi/fsi-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 56ec311

Please sign in to comment.