diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-13 01:15:54 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-13 01:15:54 +0000 |
commit | 385a3caf2ecaf3de07747290e79fa8d1f7c618b5 (patch) | |
tree | d780db673ed87979f4e761beb9fceda2b7594fe4 /sys/dev/acpi/acpi.c | |
parent | f30876db80c9d1c4d008da7e477105227561aabc (diff) |
remove prototypes with no matching function
ok mpi@
Diffstat (limited to 'sys/dev/acpi/acpi.c')
-rw-r--r-- | sys/dev/acpi/acpi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpi.c b/sys/dev/acpi/acpi.c index 70b67bb8fa7..da142b610cf 100644 --- a/sys/dev/acpi/acpi.c +++ b/sys/dev/acpi/acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi.c,v 1.426 2024/01/08 19:52:29 kettenis Exp $ */ +/* $OpenBSD: acpi.c,v 1.427 2024/05/13 01:15:50 jsg Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> @@ -106,8 +106,6 @@ void acpi_create_thread(void *); void acpi_init_pm(struct acpi_softc *); int acpi_founddock(struct aml_node *, void *); -int acpi_foundpss(struct aml_node *, void *); -int acpi_foundtmp(struct aml_node *, void *); int acpi_foundprw(struct aml_node *, void *); int acpi_foundvideo(struct aml_node *, void *); int acpi_foundsbs(struct aml_node *node, void *); |