1
0
Fork 0

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>
alistair/sunxi64-5.5-dsi
kbuild test robot 2019-11-08 15:49:40 +10:30 committed by Greg Kroah-Hartman
parent 9f4c2b516b
commit 56ec311fdd
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};