[PATCH 4/5] rtc: m48t86: move m48t86.h to platform_data
From: Hartley Sweeten <hidden>
Date: 2016-06-27 16:15:54
Also in:
linux-rtc, lkml
From: Hartley Sweeten <hidden>
Date: 2016-06-27 16:15:54
Also in:
linux-rtc, lkml
On Sunday, June 26, 2016 3:03 PM, Alexandre Belloni wrote:
m48t86.h belongs to include/linux/platform_data/
Signed-off-by: Alexandre Belloni <redacted>
---
Cc: Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ryan Mallon <redacted>
Cc: Alexander Clouter <alex@digriz.org.uk>
Cc: Jason Cooper <redacted>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Gregory Clement <redacted>
Cc: linux-arm-kernel at lists.infradead.org
arch/arm/mach-ep93xx/ts72xx.c | 2 +-
arch/arm/mach-orion5x/ts78xx-setup.c | 2 +-
drivers/rtc/rtc-m48t86.c | 2 +-
include/linux/{m48t86.h => platform_data/rtc-m48t86.h} | 0
4 files changed, 3 insertions(+), 3 deletions(-)
rename include/linux/{m48t86.h => platform_data/rtc-m48t86.h} (100%)For ep93xx: Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>