Loading
soc: qcom: glink: remove INIT_COMPLETION() compat define
Starting in kernel version 3.13, INIT_COMPLETION() is now
reinit_completion. A compatibility macro was added to keep code
identical during development which was being done on both msm-3.10 and
msm-3.14. Now that the initial driver development is complete, this
code can be removed on all branches with kernel version 3.13 and above.
Remove compatibility definition of INIT_COMPLETION() for all codelines
that use msm-3.13 or above.
Change-Id: I6e9112b5ed138f2c6497f3cf3abf6b711ff3485f
Signed-off-by:
Eric Holmberg <eholmber@codeaurora.org>