diff options
Diffstat (limited to 'drivers/bootcount/bootcount_davinci.c')
| -rw-r--r-- | drivers/bootcount/bootcount_davinci.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/bootcount/bootcount_davinci.c b/drivers/bootcount/bootcount_davinci.c index efa4d42cb..eddd94000 100644 --- a/drivers/bootcount/bootcount_davinci.c +++ b/drivers/bootcount/bootcount_davinci.c @@ -6,8 +6,7 @@   */  #include <bootcount.h> -#include <asm/arch/da850_lowlevel.h> -#include <asm/arch/davinci_misc.h> +#include <asm/davinci_rtc.h>  void bootcount_store(ulong a)  {  |