commit | 05b06d72874ce7f11d2230aa9ecd016a76676f7e | [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 | c7ce40460f4f6f66261b4a926ed89c7fcbd2a88b [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>