From: Alexandre Belloni Date: Sun, 26 Jun 2016 21:38:44 +0000 (+0200) Subject: rtc: ds2404: move rtc-ds2404.h to platform_data X-Git-Tag: v4.8-rc1~28^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10c2a2e71301deb4d7760c140606bc61841aacd3;p=thirdparty%2Fkernel%2Flinux.git rtc: ds2404: move rtc-ds2404.h to platform_data rtc-ds2404.h belongs to include/linux/platform_data/ Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/rtc-ds2404.c b/drivers/rtc/rtc-ds2404.c index 16310fe79d76f..9a1582ed7070a 100644 --- a/drivers/rtc/rtc-ds2404.c +++ b/drivers/rtc/rtc-ds2404.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/include/linux/rtc-ds2404.h b/include/linux/platform_data/rtc-ds2404.h similarity index 100% rename from include/linux/rtc-ds2404.h rename to include/linux/platform_data/rtc-ds2404.h