diff options
Diffstat (limited to 'sys/include/dev/ic')
-rw-r--r-- | sys/include/dev/ic/ahcivar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/dev/ic/ahcivar.h b/sys/include/dev/ic/ahcivar.h index 72ca198..0b945ae 100644 --- a/sys/include/dev/ic/ahcivar.h +++ b/sys/include/dev/ic/ahcivar.h @@ -118,7 +118,6 @@ struct ahci_hba { struct ahci_cmd_hdr *cmdlist; uint32_t ncmdslots; uint32_t nports; - struct mutex lock; }; /* Commands */ |