Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm: at91: move at91rm9200 rtc header in drivers/rtc

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>

+1 -1
arch/arm/mach-at91/include/mach/at91_rtc.h drivers/rtc/rtc-at91rm9200.h
+1 -1
drivers/rtc/rtc-at91rm9200.c
··· 31 31 32 32 #include <asm/uaccess.h> 33 33 34 - #include <mach/at91_rtc.h> 34 + #include "rtc-at91rm9200.h" 35 35 36 36 #define at91_rtc_read(field) \ 37 37 __raw_readl(at91_rtc_regs + field)