1
0
Fork 0

hwmon: (adt7475) Add missing static marker

adt7475_attr_group is used internally only and can thus be marked
static.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Jordan Crouse <jordan@cosmicpenguin.net>
Cc: "Darrick J. Wong" <djwong@us.ibm.com>
hifive-unleashed-5.1
Jean Delvare 2009-12-09 20:36:03 +01:00
parent cffb9dd07f
commit 54ecb9e3c1
1 changed files with 1 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ static struct attribute *adt7475_attrs[] = {
NULL,
};
struct attribute_group adt7475_attr_group = { .attrs = adt7475_attrs };
static struct attribute_group adt7475_attr_group = { .attrs = adt7475_attrs };
static int adt7475_detect(struct i2c_client *client, int kind,
struct i2c_board_info *info)