projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b879743
)
PCI: update for owner removal from struct device_attribute
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Wed, 4 Aug 2010 04:25:31 +0000
(14:25 +1000)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Wed, 4 Aug 2010 21:23:55 +0000
(14:23 -0700)
Fixes the build.
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pci-label.c
patch
|
blob
|
history
diff --git
a/drivers/pci/pci-label.c
b/drivers/pci/pci-label.c
index 111500e86f94a7f742d69cb91491d052c516d046..90c0a729cd3aeed726763a11a24c0dec3c751c5a 100644
(file)
--- a/
drivers/pci/pci-label.c
+++ b/
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,
};