summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/clock.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-10 10:25:26 +0000
committerbde <bde@FreeBSD.org>1996-10-10 10:25:26 +0000
commit81a40401a62cc121ae32e81467b6ebbc527aecd9 (patch)
tree70fcb90858348c063c858323b21a4f4a8b1176a2 /sys/i386/include/clock.h
parent40b52cd1e5dccacf09e05011ee072edc2348967d (diff)
downloadFreeBSD-src-81a40401a62cc121ae32e81467b6ebbc527aecd9.zip
FreeBSD-src-81a40401a62cc121ae32e81467b6ebbc527aecd9.tar.gz
Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.
The change breaks kern_clock.c; fix that temporarily by including "opt_cpu.h" there.
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r--sys/i386/include/clock.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h
index d9a1993..a923dda 100644
--- a/sys/i386/include/clock.h
+++ b/sys/i386/include/clock.h
@@ -3,14 +3,12 @@
* Garrett Wollman, September 1994.
* This file is in the public domain.
*
- * $Id: clock.h,v 1.16 1996/08/02 21:16:13 bde Exp $
+ * $Id: clock.h,v 1.17 1996/10/09 19:47:26 bde Exp $
*/
#ifndef _MACHINE_CLOCK_H_
#define _MACHINE_CLOCK_H_
-#include "opt_cpu.h"
-
#if defined(I586_CPU) || defined(I686_CPU)
/*
OpenPOWER on IntegriCloud