aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds2404.c
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-06-26 23:38:44 +0200
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-06-27 10:48:28 +0200
commit10c2a2e71301deb4d7760c140606bc61841aacd3 (patch)
tree58872d5d39a98b5f9234daacade9c9de232bbe9c /drivers/rtc/rtc-ds2404.c
parentd68fa32dccc136bb4e092d53606bb6f5515fa972 (diff)
downloadlinux-10c2a2e71301deb4d7760c140606bc61841aacd3.tar.gz
rtc: ds2404: move rtc-ds2404.h to platform_data
rtc-ds2404.h belongs to include/linux/platform_data/ Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/rtc-ds2404.c')
-rw-r--r--drivers/rtc/rtc-ds2404.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds2404.c b/drivers/rtc/rtc-ds2404.c
index 16310fe79d76f..9a1582ed7070a 100644
--- a/drivers/rtc/rtc-ds2404.c
+++ b/drivers/rtc/rtc-ds2404.c
@@ -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>