diff --git a/[refs] b/[refs] index 476b5ce94dd8..547b4f67d872 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b879743f26cb029e41ffe865fb939cfc6fa9be88 +refs/heads/master: 763e9db9994e27a7d2cb3701c8a097a867d0e0b4 diff --git a/trunk/drivers/pci/pci-label.c b/trunk/drivers/pci/pci-label.c index 111500e86f94..90c0a729cd3a 100644 --- a/trunk/drivers/pci/pci-label.c +++ b/trunk/drivers/pci/pci-label.c @@ -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, };