diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/irda/vlsi_ir.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/irda/vlsi_ir.h b/drivers/net/irda/vlsi_ir.h index 414694abf588..741aecc655df 100644 --- a/drivers/net/irda/vlsi_ir.h +++ b/drivers/net/irda/vlsi_ir.h | |||
@@ -69,14 +69,8 @@ typedef void irqreturn_t; | |||
69 | 69 | ||
70 | #else /* 2.5 or later */ | 70 | #else /* 2.5 or later */ |
71 | 71 | ||
72 | /* recent 2.5/2.6 stores pci device names at varying places ;-) */ | ||
73 | #ifdef CONFIG_PCI_NAMES | ||
74 | /* human readable name */ | ||
75 | #define PCIDEV_NAME(pdev) ((pdev)->pretty_name) | ||
76 | #else | ||
77 | /* whatever we get from the associated struct device - bus:slot:dev.fn id */ | 72 | /* whatever we get from the associated struct device - bus:slot:dev.fn id */ |
78 | #define PCIDEV_NAME(pdev) (pci_name(pdev)) | 73 | #define PCIDEV_NAME(pdev) (pci_name(pdev)) |
79 | #endif | ||
80 | 74 | ||
81 | #endif | 75 | #endif |
82 | 76 | ||