diff options
author | phk <phk@FreeBSD.org> | 2006-10-02 12:59:59 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2006-10-02 12:59:59 +0000 |
commit | 50c81b8a9a184590a45c87eace5798a2055cee48 (patch) | |
tree | f5002a864a5082d410445f24b5d28a04581034f1 /sys/arm | |
parent | a74a69e33655413d8141ad4e5faff9237ef517c1 (diff) | |
download | FreeBSD-src-50c81b8a9a184590a45c87eace5798a2055cee48.zip FreeBSD-src-50c81b8a9a184590a45c87eace5798a2055cee48.tar.gz |
First part of a little cleanup in the calendar/timezone/RTC handling.
Move relevant variables to <sys/clock.h> and fix #includes as necessary.
Use libkern's much more time- & spamce-efficient BCD routines.
Diffstat (limited to 'sys/arm')
-rw-r--r-- | sys/arm/include/clock.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arm/include/clock.h b/sys/arm/include/clock.h index 9d90ff7..61922f4 100644 --- a/sys/arm/include/clock.h +++ b/sys/arm/include/clock.h @@ -29,7 +29,4 @@ #ifndef _MACHINE_CLOCK_H_ #define _MACHINE_CLOCK_H_ -#define wall_cmos_clock 0 -#define adjkerntz 0 - #endif /* !_MACHINE_CLOCK_H_ */ |