vserver 1.9.5.x5
[linux-2.6.git] / include / asm-sh / rtc.h
index ddc20db..cea9cdf 100644 (file)
@@ -1,5 +1,6 @@
 #ifndef _ASM_RTC_H
 #define _ASM_RTC_H
+#ifdef __KERNEL__
 
 #include <asm/machvec.h>
 #include <asm/cpu/rtc.h>
@@ -24,5 +25,5 @@ extern int (*rtc_set_time)(const time_t);
 #define RCR2_RESET     0x02    /* Reset bit               */
 #define RCR2_START     0x01    /* Start bit               */
 
+#endif /* __KERNEL__ */
 #endif /* _ASM_RTC_H */
-