patch-2.4.4 linux/include/asm-s390x/todclk.h

Next file: linux/include/asm-s390x/types.h
Previous file: linux/include/asm-s390x/termios.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/include/asm-s390x/todclk.h linux/include/asm-s390x/todclk.h
@@ -10,10 +10,14 @@
 #ifndef __ASM_TODCLK_H
 #define __ASM_TODCLK_H
 
+#ifdef __KERNEL__
+
 #define TOD_uSEC (0x1000ULL)
 #define TOD_mSEC (1000 * TOD_uSEC)
 #define TOD_SEC (1000 * TOD_mSEC)
 #define TOD_MIN (60 * TOD_SEC)
 #define TOD_HOUR (60 * TOD_MIN)
+
+#endif
 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)