Don't pull in sys/callout.h.
This commit is contained in:
parent
ecebc8b473
commit
c7566c2cde
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: pmf.h,v 1.10 2008/03/12 18:02:22 dyoung Exp $ */
|
/* $NetBSD: pmf.h,v 1.11 2008/04/22 12:00:44 ad Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2007 Jared D. McNeill <jmcneill@invisible.ca>
|
* Copyright (c) 2007 Jared D. McNeill <jmcneill@invisible.ca>
|
||||||
|
@ -37,8 +37,6 @@
|
||||||
|
|
||||||
#ifdef _KERNEL
|
#ifdef _KERNEL
|
||||||
|
|
||||||
#include <sys/callout.h>
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
PMFE_DISPLAY_ON,
|
PMFE_DISPLAY_ON,
|
||||||
PMFE_DISPLAY_REDUCED,
|
PMFE_DISPLAY_REDUCED,
|
||||||
|
|
Loading…
Reference in New Issue