commit | ea369ea6d828930c0cf0cacf81f6fd9dff61992d | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Wed Aug 23 02:33:04 2017 +0200 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Thu Aug 24 16:34:51 2017 +0200 |
tree | 5c0ca38a3319f5e9949899824bf5bc9911d873e4 | |
parent | 604c78235a35202e2150866dcf12f27eed5c6a04 [diff] |
rtc: remove .open() and .release() There are no driver left using .open and .release. There is no good use case for them as there is nothing the character device interface does that should not be done in the sysfs interface or in-kernel interface. Remove those callbacks now to avoid future confusion. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>