Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 763e9db9 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Jesse Barnes
Browse files

PCI: update for owner removal from struct device_attribute

parent b879743f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -97,12 +97,12 @@ smbiosinstance_show(struct device *dev,
}

static struct device_attribute smbios_attr_label = {
	.attr = {.name = "label", .mode = 0444, .owner = THIS_MODULE},
	.attr = {.name = "label", .mode = 0444},
	.show = smbioslabel_show,
};

static struct device_attribute smbios_attr_instance = {
	.attr = {.name = "index", .mode = 0444, .owner = THIS_MODULE},
	.attr = {.name = "index", .mode = 0444},
	.show = smbiosinstance_show,
};