summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRoman Zippel <zippel@linux-m68k.org>2002-05-06 20:10:29 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-05-06 20:10:29 -0700
commit6c4c810c56355da9c53aaf34924f442de7f7e592 (patch)
tree3332325e12ef476b13e2233c0a9e51849b2bdeb1 /include/linux
parent6e01cc322e3227bcd5f21a235938ba336cb84459 (diff)
[PATCH] m68k: remove hwclk_time/gettod [9/20]
- replace hwclk_time with rtc_time - use hwclk instead of gettod to set initial time
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/kd.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/linux/kd.h b/include/linux/kd.h
index 2461c05be5a1..986ef61c9df9 100644
--- a/include/linux/kd.h
+++ b/include/linux/kd.h
@@ -132,19 +132,6 @@ struct kbkeycode {
#define KDSIGACCEPT 0x4B4E /* accept kbd generated signals */
-struct hwclk_time {
- unsigned sec; /* 0..59 */
- unsigned min; /* 0..59 */
- unsigned hour; /* 0..23 */
- unsigned day; /* 1..31 */
- unsigned mon; /* 0..11 */
- unsigned year; /* 70... */
- int wday; /* 0..6, 0 is Sunday, -1 means unknown/don't set */
-};
-
-#define KDGHWCLK 0x4B50 /* get hardware clock */
-#define KDSHWCLK 0x4B51 /* set hardware clock */
-
struct kbd_repeat {
int delay; /* in msec; <= 0: don't change */
int rate; /* in msec; <= 0: don't change */