commit | e9cd52711b06f6ccdc73efbf8d331c7c75d3acf7 | [log] [tgz] |
---|---|---|
author | Joel King <joelking@codeaurora.org> | Sat Jan 28 12:48:59 2012 -0800 |
committer | Stepan Moskovchenko <stepanm@codeaurora.org> | Mon Feb 06 21:16:39 2012 -0800 |
tree | 34239de23c93c7b33e7c692421634d78e690dc71 | |
parent | d86c488545badc7c971e175b3c6eea2642e709da [diff] |
msm: mdm: change the way callbacks are passed to common code. The common code now keeps a reference to a static struct containing pointers to the callback functions instead of the individual function pointers themselves. This is more in keeping with the normal way ops are passed in the kernel. Change-Id: I64fce3214d22071421be46cdd82654bbc6bccc1d Signed-off-by: Joel King <joelking@codeaurora.org>