diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-01-02 10:43:33 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2018-01-12 00:20:40 +0100 |
commit | db00d38e7b59ae913cfa10f1c40bf656a969fb82 (patch) | |
tree | f798efec66f23fc8f51e564dda029c9ab04b0ce5 /sound/isa/ad1848 | |
parent | a9c705a8bd52d8a5205cc779d6e64af4321a9fa8 (diff) |
rtc: mxc_v2: remove __exit annotation
The mxc_rtc_remove is incorrectly annotated as __exit:
`mxc_rtc_remove' referenced in section `.data' of drivers/rtc/rtc-mxc_v2.o: defined in discarded section `.exit.text' of drivers/rtc/rtc-mxc_v2.o
This should not be done, as devices can be dynamically bound
and unbound to a driver.
Fixes: 54c47014b474 ("rtc: add mxc driver for i.MX53 SRTC")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'sound/isa/ad1848')
0 files changed, 0 insertions, 0 deletions