From: Guenter Roeck Date: Thu, 29 Jul 2010 05:09:25 +0000 (-0700) Subject: powerpc/pci: Remove owner field from attribute initialization in PCI bridge init X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c4945b0d8ce682eb58b82138aaf4ca2e32b0b757;p=linux.git powerpc/pci: Remove owner field from attribute initialization in PCI bridge init Signed-off-by: Guenter Roeck Acked-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/powerpc/sysdev/mv64x60_pci.c b/arch/powerpc/sysdev/mv64x60_pci.c index 198f288570cc3..77bb3f4d530a3 100644 --- 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,