projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
068a278
)
powerpc/pci: Remove owner field from attribute initialization in PCI bridge init
author
Guenter Roeck
<guenter.roeck@ericsson.com>
Thu, 29 Jul 2010 05:09:25 +0000
(22:09 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 5 Aug 2010 20:53:35 +0000
(13:53 -0700)
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/sysdev/mv64x60_pci.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/sysdev/mv64x60_pci.c
b/arch/powerpc/sysdev/mv64x60_pci.c
index
198f288
..
77bb3f4
100644
(file)
--- a/
arch/powerpc/sysdev/mv64x60_pci.c
+++ b/
arch/powerpc/sysdev/mv64x60_pci.c
@@
-73,7
+73,6
@@
static struct bin_attribute mv64x60_hs_reg_attr = { /* Hotswap register */
.attr = {
.name = "hs_reg",
.mode = S_IRUGO | S_IWUSR,
- .owner = THIS_MODULE,
},
.size = MV64X60_VAL_LEN_MAX,
.read = mv64x60_hs_reg_read,