summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/include/apmvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/apmvar.h b/sys/arch/i386/include/apmvar.h
index 9b7a1454b07..522016ea777 100644
--- a/sys/arch/i386/include/apmvar.h
+++ b/sys/arch/i386/include/apmvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: apmvar.h,v 1.18 2012/03/26 16:21:34 deraadt Exp $ */
+/* $OpenBSD: apmvar.h,v 1.19 2012/07/08 18:02:45 guenther Exp $ */
/*
* Copyright (c) 1995 John T. Kohl
@@ -297,7 +297,6 @@ extern void apm_cpu_busy(void);
extern void apm_cpu_idle(void);
extern void apminit(void);
int apm_set_powstate(u_int devid, u_int powstate);
-int apm_kqfilter(dev_t dev, struct knote *kn);
#endif /* _KERNEL */
#endif /* _MACHINE_APMVAR_H_ */