diff options
Diffstat (limited to 'sys/dev/ic/ahci.c')
-rw-r--r-- | sys/dev/ic/ahci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ic/ahci.c b/sys/dev/ic/ahci.c index bafa872..5c6cc0a 100644 --- a/sys/dev/ic/ahci.c +++ b/sys/dev/ic/ahci.c @@ -65,7 +65,6 @@ ahci_init(void) struct pci_lookup lookup; int status; struct ahci_hba hba; - void *abar_vap = NULL; lookup.pci_class = 0x01; @@ -103,7 +102,6 @@ ahci_init(void) } pr_trace("Successfully performed a hard reset.\n"); - return 0; } |