diff options
author | Ian Moffett <ian@osmora.org> | 2024-02-18 10:32:04 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-02-18 10:32:04 -0500 |
commit | 337df873ef9e9349e2c60feeac453823335aa9d8 (patch) | |
tree | 479e7f37deca137b820ef6dbc6c59f7dbac6087c /sys/arch/amd64 | |
parent | 6eaeab88e1c0af3f7c2dd0738a5ef6b30d7ac3ed (diff) |
kernel/amd64: hpet: Remove extra whitespace
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/hpet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/amd64/amd64/hpet.c b/sys/arch/amd64/amd64/hpet.c index 9b40db9..71557eb 100644 --- a/sys/arch/amd64/amd64/hpet.c +++ b/sys/arch/amd64/amd64/hpet.c @@ -51,7 +51,6 @@ __KERNEL_META("$Hyra$: hpet.c, Ian Marco Moffett, " #define CAP_VENDOR_ID(caps) __SHIFTOUT(caps, 0xFFFF << 16) #define CAP_CLK_PERIOD(caps) (caps >> 32) - static struct timer timer = { 0 }; static struct hpet *acpi_hpet = NULL; static void *hpet_base = NULL; |