diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-27 00:03:03 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-07-09 10:24:21 +0200 |
commit | cd9b518b98d3e989f523e63b2ffda78467a3679e (patch) | |
tree | 1fb27f746150657c3b4cbdb6683e19513601885c /arch/arm/mach-pxa/cm-x270.c | |
parent | d4a5f6d71e8bd32f268e738ed39b31a15334cdf7 (diff) | |
download | linux-next-cd9b518b98d3e989f523e63b2ffda78467a3679e.tar.gz |
rtc: v3020: move rtc-v3020.h to platform_data
rtc-v3020.h belongs to include/linux/platform_data/
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/mach-pxa/cm-x270.c')
-rw-r--r-- | arch/arm/mach-pxa/cm-x270.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/cm-x270.c b/arch/arm/mach-pxa/cm-x270.c index fa5f51d633a3..be4a66166d61 100644 --- a/arch/arm/mach-pxa/cm-x270.c +++ b/arch/arm/mach-pxa/cm-x270.c @@ -14,7 +14,7 @@ #include <linux/gpio.h> #include <linux/delay.h> -#include <linux/rtc-v3020.h> +#include <linux/platform_data/rtc-v3020.h> #include <video/mbxfb.h> #include <linux/spi/spi.h> |