diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-27 01:03:00 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-07-08 17:23:11 +0300 |
commit | d4a5f6d71e8bd32f268e738ed39b31a15334cdf7 (patch) | |
tree | 982ce8f5df3ab540668ea39dde1c3a8188735fd0 /drivers/rtc/rtc-ds1286.c | |
parent | fe23c336125c50a8ef90619f8bfab414d211662d (diff) | |
download | linux-d4a5f6d71e8bd32f268e738ed39b31a15334cdf7.tar.xz |
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.c | 2 |
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> |