Commit 03f94c0f authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

firewire: remove use of __devinit

CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Acked-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 678e8a6b
...@@ -529,7 +529,7 @@ remove_card(struct pci_dev *dev) ...@@ -529,7 +529,7 @@ remove_card(struct pci_dev *dev)
#define RCV_BUFFER_SIZE (16 * 1024) #define RCV_BUFFER_SIZE (16 * 1024)
static int __devinit static int
add_card(struct pci_dev *dev, const struct pci_device_id *unused) add_card(struct pci_dev *dev, const struct pci_device_id *unused)
{ {
struct pcilynx *lynx; struct pcilynx *lynx;
......
...@@ -3537,7 +3537,7 @@ static inline void pmac_ohci_on(struct pci_dev *dev) {} ...@@ -3537,7 +3537,7 @@ static inline void pmac_ohci_on(struct pci_dev *dev) {}
static inline void pmac_ohci_off(struct pci_dev *dev) {} static inline void pmac_ohci_off(struct pci_dev *dev) {}
#endif /* CONFIG_PPC_PMAC */ #endif /* CONFIG_PPC_PMAC */
static int __devinit pci_probe(struct pci_dev *dev, static int pci_probe(struct pci_dev *dev,
const struct pci_device_id *ent) const struct pci_device_id *ent)
{ {
struct fw_ohci *ohci; struct fw_ohci *ohci;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment