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;