rtc: ds2404: move rtc-ds2404.h to platform_data
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sun, 26 Jun 2016 21:38:44 +0000 (23:38 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 27 Jun 2016 08:48:28 +0000 (10:48 +0200)
rtc-ds2404.h belongs to include/linux/platform_data/

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-ds2404.c
include/linux/platform_data/rtc-ds2404.h [moved from include/linux/rtc-ds2404.h with 100% similarity]

index 16310fe..9a1582e 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/rtc.h>
 #include <linux/types.h>
 #include <linux/bcd.h>
-#include <linux/rtc-ds2404.h>
+#include <linux/platform_data/rtc-ds2404.h>
 #include <linux/delay.h>
 #include <linux/gpio.h>
 #include <linux/slab.h>