mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
584 B

  1. --- ./include/linux/mc146818rtc.h.orig 2004-11-19 14:30:45.047279312 +0100
  2. +++ ./include/linux/mc146818rtc.h 2004-11-19 14:32:04.137255808 +0100
  3. @@ -13,10 +13,12 @@
  4. #include <asm/io.h>
  5. #include <linux/rtc.h> /* get the user-level API */
  6. -#include <linux/spinlock.h> /* spinlock_t */
  7. #include <asm/mc146818rtc.h> /* register access macros */
  8. +#ifdef __KERNEL__
  9. +#include <linux/spinlock.h> /* spinlock_t */
  10. extern spinlock_t rtc_lock; /* serialize CMOS RAM access */
  11. +#endif
  12. /**********************************************************************
  13. * register summary