diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-27 00:03:00 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-07-08 16:23:11 +0200 |
commit | d4a5f6d71e8bd32f268e738ed39b31a15334cdf7 (patch) | |
tree | 982ce8f5df3ab540668ea39dde1c3a8188735fd0 /arch/mips/sgi-ip22 | |
parent | fe23c336125c50a8ef90619f8bfab414d211662d (diff) | |
download | linux-d4a5f6d71e8bd32f268e738ed39b31a15334cdf7.tar.bz2 |
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 'arch/mips/sgi-ip22')
-rw-r--r-- | arch/mips/sgi-ip22/ip22-reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sgi-ip22/ip22-reset.c b/arch/mips/sgi-ip22/ip22-reset.c index 063c2dd31e72..2f45b0357021 100644 --- a/arch/mips/sgi-ip22/ip22-reset.c +++ b/arch/mips/sgi-ip22/ip22-reset.c @@ -7,7 +7,7 @@ */ #include <linux/linkage.h> #include <linux/init.h> -#include <linux/ds1286.h> +#include <linux/rtc/ds1286.h> #include <linux/module.h> #include <linux/interrupt.h> #include <linux/kernel.h> |