From: Andrew Morton drivers/pci/setup-irq.c: In function 'pdev_fixup_irq': drivers/pci/setup-irq.c:50: error: 'struct kobject' has no member named 'name' Cc: Kay Sievers Cc: Greg KH Signed-off-by: Andrew Morton --- drivers/pci/setup-irq.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/pci/setup-irq.c~fix-gregkh-driver-kobject-remove-the-static-array-for-the-name drivers/pci/setup-irq.c --- a/drivers/pci/setup-irq.c~fix-gregkh-driver-kobject-remove-the-static-array-for-the-name +++ a/drivers/pci/setup-irq.c @@ -48,7 +48,7 @@ pdev_fixup_irq(struct pci_dev *dev, dev->irq = irq; pr_debug("PCI: fixup irq: (%s) got %d\n", - dev->dev.kobj.name, dev->irq); + dev->dev.kobj.k_name, dev->irq); /* Always tell the device, so the driver knows what is the real IRQ to use; the device does not use it. */ _