]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/AT386/conf.c
xnu-792.25.20.tar.gz
[apple/xnu.git] / osfmk / i386 / AT386 / conf.c
index 67632a3230dfa6450c6b6a6d595c21255c6fa54f..3be143d73d9c5d5d77c00b9014ac53aa4e75c978 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2005 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -58,8 +58,6 @@
 #include <types.h>
 #include <kern/clock.h>
 
-#include <i386/rtclock_entries.h>
-
 /*
  * Clock device subsystem configuration. The clock_list[]
  * table contains the clock structures for all clocks in
@@ -74,9 +72,9 @@ extern        struct clock_ops        sysclk_ops, calend_ops;
 struct clock   clock_list[] = {
 
        /* SYSTEM_CLOCK */
-       { &sysclk_ops,          0,      0,      0 },
+       { &sysclk_ops, 0, 0 },
 
        /* CALENDAR_CLOCK */
-       { &calend_ops,          0,      0,      0 },
+       { &calend_ops, 0, 0 }
 };
 int    clock_count = sizeof(clock_list) / sizeof(clock_list[0]);