aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-02-18 10:32:04 -0500
committerIan Moffett <ian@osmora.org>2024-02-18 10:32:04 -0500
commit337df873ef9e9349e2c60feeac453823335aa9d8 (patch)
tree479e7f37deca137b820ef6dbc6c59f7dbac6087c
parent6eaeab88e1c0af3f7c2dd0738a5ef6b30d7ac3ed (diff)
kernel/amd64: hpet: Remove extra whitespace
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--sys/arch/amd64/amd64/hpet.c1
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;