소스 검색

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>
Jean-Christophe PLAGNIOL-VILLARD 12 년 전
부모
커밋
75984df05d
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/rtc/rtc-at91rm9200.c
  2. 0 0
      drivers/rtc/rtc-at91rm9200.h

+ 1 - 1
drivers/rtc/rtc-at91rm9200.c

@@ -31,7 +31,7 @@
 
 #include <asm/uaccess.h>
 
-#include <mach/at91_rtc.h>
+#include "rtc-at91rm9200.h"
 
 #define at91_rtc_read(field) \
 	__raw_readl(at91_rtc_regs + field)

+ 0 - 0
arch/arm/mach-at91/include/mach/at91_rtc.h → drivers/rtc/rtc-at91rm9200.h