X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Frtc.h;h=b739ac1f7ca03f2371e16f52afe20f0c1adaf062;hb=0003cedfc577be9d679c16531f8720739e9637ed;hp=0b2ba67ff13c73e37ca0d54ba71f0bd3a0056b1e;hpb=ab396e91bfe953db26fa1083d9c3e7a4fbe0334a;p=powerpc.git diff --git a/include/linux/rtc.h b/include/linux/rtc.h index 0b2ba67ff1..b739ac1f7c 100644 --- a/include/linux/rtc.h +++ b/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;