|
@@ -56,9 +56,9 @@ struct memmap_attribute {
|
|
ssize_t (*show)(struct firmware_map_entry *entry, char *buf);
|
|
ssize_t (*show)(struct firmware_map_entry *entry, char *buf);
|
|
};
|
|
};
|
|
|
|
|
|
-struct memmap_attribute memmap_start_attr = __ATTR_RO(start);
|
|
|
|
-struct memmap_attribute memmap_end_attr = __ATTR_RO(end);
|
|
|
|
-struct memmap_attribute memmap_type_attr = __ATTR_RO(type);
|
|
|
|
|
|
+static struct memmap_attribute memmap_start_attr = __ATTR_RO(start);
|
|
|
|
+static struct memmap_attribute memmap_end_attr = __ATTR_RO(end);
|
|
|
|
+static struct memmap_attribute memmap_type_attr = __ATTR_RO(type);
|
|
|
|
|
|
/*
|
|
/*
|
|
* These are default attributes that are added for every memmap entry.
|
|
* These are default attributes that are added for every memmap entry.
|