From: Vitaly Kuznetsov Date: Fri, 27 Feb 2015 19:25:56 +0000 (-0800) Subject: clockevents: export clockevents_unbind_device instead of clockevents_unbind X-Git-Tag: omap-for-v4.2/o2_dc~63^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32a158325acf12842764b1681f53903673f2f22e;p=pandora-kernel.git clockevents: export clockevents_unbind_device instead of clockevents_unbind It looks like clockevents_unbind is being exported by mistake as: - it is static; - it is not listed in include/linux/clockchips.h; - EXPORT_SYMBOL_GPL(clockevents_unbind) follows clockevents_unbind_device() implementation. I think clockevents_unbind_device should be exported instead. This is going to be used to teardown Hyper-V clockevent devices on module unload. Signed-off-by: Vitaly Kuznetsov Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed