[PATCH 07/16] clockevents: export clockevents_unbind_device instead of clockevents_unbind

2015-02-03 Thread K. Y. Srinivasan
From: Vitaly Kuznetsov <[mailto:vkuzn...@redhat.com]> 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

[PATCH 07/16] clockevents: export clockevents_unbind_device instead of clockevents_unbind

2015-02-03 Thread K. Y. Srinivasan
From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] 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