diff options
Diffstat (limited to 'sound/pci/asihpi/hpioctl.c')
-rw-r--r-- | sound/pci/asihpi/hpioctl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/asihpi/hpioctl.c b/sound/pci/asihpi/hpioctl.c index 8f9674972376..ef5019fe5193 100644 --- a/sound/pci/asihpi/hpioctl.c +++ b/sound/pci/asihpi/hpioctl.c | |||
@@ -307,8 +307,8 @@ out: | |||
307 | return err; | 307 | return err; |
308 | } | 308 | } |
309 | 309 | ||
310 | int __devinit asihpi_adapter_probe(struct pci_dev *pci_dev, | 310 | int asihpi_adapter_probe(struct pci_dev *pci_dev, |
311 | const struct pci_device_id *pci_id) | 311 | const struct pci_device_id *pci_id) |
312 | { | 312 | { |
313 | int idx, nm; | 313 | int idx, nm; |
314 | int adapter_index; | 314 | int adapter_index; |
@@ -420,7 +420,7 @@ err: | |||
420 | return -ENODEV; | 420 | return -ENODEV; |
421 | } | 421 | } |
422 | 422 | ||
423 | void __devexit asihpi_adapter_remove(struct pci_dev *pci_dev) | 423 | void asihpi_adapter_remove(struct pci_dev *pci_dev) |
424 | { | 424 | { |
425 | int idx; | 425 | int idx; |
426 | struct hpi_message hm; | 426 | struct hpi_message hm; |