hwmon: (adt7475) Add missing static marker
[safe/jmp/linux-2.6] / drivers / hwmon / adt7475.c
index e9f69ee..20bab51 100644 (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)