diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-27 00:38:44 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-27 11:48:28 +0300 |
commit | 10c2a2e71301deb4d7760c140606bc61841aacd3 (patch) | |
tree | 58872d5d39a98b5f9234daacade9c9de232bbe9c | |
parent | d68fa32dccc136bb4e092d53606bb6f5515fa972 (diff) | |
download | linux-10c2a2e71301deb4d7760c140606bc61841aacd3.tar.xz |
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>
-rw-r--r-- | drivers/rtc/rtc-ds2404.c | 2 | ||||
-rw-r--r-- | include/linux/platform_data/rtc-ds2404.h (renamed from include/linux/rtc-ds2404.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds2404.c b/drivers/rtc/rtc-ds2404.c index 16310fe79d76..9a1582ed7070 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> diff --git a/include/linux/rtc-ds2404.h b/include/linux/platform_data/rtc-ds2404.h index 22c53825528f..22c53825528f 100644 --- a/include/linux/rtc-ds2404.h +++ b/include/linux/platform_data/rtc-ds2404.h |