X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Frtc.h;h=772a54884197d47b55af5dddc0374d94d43dcc39;hb=1a0787d3c4f51cd1bcd2a1c71a2a10eccff0c3fd;hp=785fbe380797cb029e2d905e9730b44da8320dd4;hpb=ed9953d6903c9673135a96ae1644f61cb0eac5ce;p=karo-tx-uboot.git diff --git a/include/rtc.h b/include/rtc.h index 785fbe3807..772a548841 100644 --- a/include/rtc.h +++ b/include/rtc.h @@ -27,6 +27,11 @@ #ifndef _RTC_H_ #define _RTC_H_ +/* bcd<->bin functions are needed by almost all the RTC drivers, let's include + * it there instead of in evey single driver */ + +#include + /* * The struct used to pass data from the generic interface code to * the hardware dependend low-level code ande vice versa. Identical