]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: m48t86: remove unused platform_data
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 15 Feb 2017 16:35:27 +0000 (09:35 -0700)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 21 Feb 2017 20:23:13 +0000 (21:23 +0100)
commit0500ce589aa7b5325af161d3c992ffb6be138ff9
treeaf23b5a2bd7d9a3b43e98976671a8d23487e4a3e
parent8ccbd360068af1993a9359f1d31db70cf5eb8825
rtc: m48t86: remove unused platform_data

All users of this driver have been updated to allow the driver to
manage it's own resources and do the read/write operations internally.
The m48t86_ops are no longer used.

Remove the platform_data header and the support code in the driver.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-m48t86.c
include/linux/platform_data/rtc-m48t86.h [deleted file]