summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds1286.c
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-06-27 00:03:00 +0200
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-07-08 16:23:11 +0200
commitd4a5f6d71e8bd32f268e738ed39b31a15334cdf7 (patch)
tree982ce8f5df3ab540668ea39dde1c3a8188735fd0 /drivers/rtc/rtc-ds1286.c
parentfe23c336125c50a8ef90619f8bfab414d211662d (diff)
rtc: ds1286: move header to linux/rtc
Move ds1286.h to rtc specific folder. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/rtc-ds1286.c')
-rw-r--r--drivers/rtc/rtc-ds1286.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds1286.c b/drivers/rtc/rtc-ds1286.c
index 756e509f6ed2..ef75c349dff9 100644
--- a/drivers/rtc/rtc-ds1286.c
+++ b/drivers/rtc/rtc-ds1286.c
@@ -16,7 +16,7 @@
#include <linux/rtc.h>
#include <linux/platform_device.h>
#include <linux/bcd.h>
-#include <linux/ds1286.h>
+#include <linux/rtc/ds1286.h>
#include <linux/io.h>
#include <linux/slab.h>