]> asedeno.scripts.mit.edu Git - linux.git/commit
rtc: rv3029: annotate init and exit functions
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 23 Dec 2019 10:14:30 +0000 (11:14 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 23 Dec 2019 10:16:23 +0000 (11:16 +0100)
commitfc219291ea973e59bc29025565c25725958f89ce
treec1839178bf21e80cdbed72ba90dd97e26d0adf80
parent8e99106c920ab64549a8a47bf994d3f5dfedc6b4
rtc: rv3029: annotate init and exit functions

rv30{2,4}9_register_driver and rv30{2,4}9_unregister_driver are only called
from the init and exit functions of the module. Annotate them properly.

Link: https://lore.kernel.org/r/20191223101430.1091572-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-rv3029c2.c