diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/isa/i8042.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/amd64/isa/i8042.c b/sys/arch/amd64/isa/i8042.c index eae3c32..095f1f4 100644 --- a/sys/arch/amd64/isa/i8042.c +++ b/sys/arch/amd64/isa/i8042.c @@ -89,7 +89,6 @@ static struct i8042_databuf i8042_etab[] = { } }; -static struct spinlock data_lock; static struct spinlock isr_lock; static bool shift_key = false; static bool capslock = false; |