clk: si5351: implement remove handler
authorAlexey Khoroshilov <khoroshilov@ispras.ru>
Fri, 15 Sep 2017 22:30:30 +0000 (01:30 +0300)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 22 Dec 2017 02:09:12 +0000 (18:09 -0800)
commit758231d5a80a784d60ce7c96b27f8771ca4c682b
treec87af1f01b1366c420a09d900a60a0b203263aac
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
clk: si5351: implement remove handler

The driver has no remove function, so it does not cleanup
resources that are not under devm management.

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-si5351.c