commit | 0ca4b558b59d69d0b39ce42664c601690ecc8d6c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Oct 30 03:05:47 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Oct 30 14:20:26 2020 +0100 |
tree | a044a3a24453fc4f1f1da1cbe2ee19e2b3708c72 | |
parent | 314bed6c854e41b2edd5cefb7009e3b6040abd28 [diff] |
rtc: use probe() to initialize emulated RTC Currently the emulated RTC is initialized in the emul_rtc_get() get function. This does not match the design of the driver model. Move the initialization of the emulated RTC to the probe() function. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>