]> git.baikalelectronics.ru Git - kernel.git/commit
clk: mvebu: Remove inappropriate __init tagging
authorJoshua Coombs <josh.coombs@gmail.com>
Sun, 6 Jan 2013 10:10:39 +0000 (11:10 +0100)
committerJason Cooper <jason@lakedaemon.net>
Sun, 6 Jan 2013 17:53:13 +0000 (17:53 +0000)
commit340cdbfc674cc33ffea4bbbc48138f6a34eb6fb8
treec3fa7cc27d644031bc8176525024a220716d05d1
parent7e7139248bc40c735513d694eee0aa8ac4f5cd78
clk: mvebu: Remove inappropriate __init tagging

If the Orion WDT driver is built as a module, an opps occurs during
clk lookup when calling mvebu_clk_gating_get_src().  Remove the
inappropriate __init tag so the function is available for modules
after kernel init.

Signed-off-by: Joshua Coombs <josh.coombs@gmail.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/clk/mvebu/clk-gating-ctrl.c