From fc9268a03b52aeeb207fe8ac8c905b29d3f6b5d1 Mon Sep 17 00:00:00 2001 From: Joe Korty Date: Wed, 22 Mar 2006 00:07:43 -0800 Subject: [PATCH] --- yaml --- r: 22428 b: refs/heads/master c: 4024ce5e0f396447cc1e07fd65c2a1d056b066bb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/rtc.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 8164d797d2e7..198c75feee0d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d2044a94e80b61f68ee7456f82d9b443e9ff6ac7 +refs/heads/master: 4024ce5e0f396447cc1e07fd65c2a1d056b066bb diff --git a/trunk/include/linux/rtc.h b/trunk/include/linux/rtc.h index 0b2ba67ff13c..b739ac1f7ca0 100644 --- a/trunk/include/linux/rtc.h +++ b/trunk/include/linux/rtc.h @@ -11,8 +11,6 @@ #ifndef _LINUX_RTC_H_ #define _LINUX_RTC_H_ -#include - /* * The struct used to pass data via the following ioctl. Similar to the * struct tm in , but it needs to be here so that the kernel @@ -95,6 +93,8 @@ struct rtc_pll_info { #ifdef __KERNEL__ +#include + typedef struct rtc_task { void (*func)(void *private_data); void *private_data;