From: jsg Date: Thu, 17 Feb 2022 00:47:47 +0000 (+0000) Subject: remove unused defines X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3a5df310400fb394fc33854a356e907b484eb3f3;p=openbsd remove unused defines --- diff --git a/sys/dev/acpi/acpi_x86.c b/sys/dev/acpi/acpi_x86.c index bb1c278bf21..efde7ef28e4 100644 --- a/sys/dev/acpi/acpi_x86.c +++ b/sys/dev/acpi/acpi_x86.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi_x86.c,v 1.11 2022/02/17 00:11:21 jsg Exp $ */ +/* $OpenBSD: acpi_x86.c,v 1.12 2022/02/17 00:47:47 jsg Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert * Copyright (c) 2005 Jordan Hargrave @@ -26,10 +26,6 @@ #include #include -#define APMUNIT(dev) (minor(dev)&0xf0) -#define APMDEV(dev) (minor(dev)&0x0f) -#define APMDEV_NORMAL 0 -#define APMDEV_CTL 8 int sleep_showstate(void *v, int sleepmode)