]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/power/ab8500_fg.c
ab8500: Turn unneeded global symbols into local ones
[karo-tx-linux.git] / drivers / power / ab8500_fg.c
index 0441f9d1b29f3976f228e8dbb92bed2e762667f9..eaf149ecb74bfca040aaea3a8ef6848b7304d039 100644 (file)
@@ -2325,7 +2325,7 @@ ab8500_fg_store(struct kobject *kobj, struct attribute *attr, const char *buf,
        return entry->store(di, buf, count);
 }
 
-const struct sysfs_ops ab8500_fg_sysfs_ops = {
+static const struct sysfs_ops ab8500_fg_sysfs_ops = {
        .show = ab8500_fg_show,
        .store = ab8500_fg_store,
 };