]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
soc: ti: knav_qmss_queue: export API calls for use by user driver
authorMurali Karicheri <m-karicheri2@ti.com>
Thu, 29 Jan 2015 17:04:26 +0000 (09:04 -0800)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Thu, 29 Jan 2015 17:04:26 +0000 (09:04 -0800)
commit97f39af4b315d7c65504c8e033e3cf8527dd65cb
tree4cec748a9be9a50098d4c781afd1f887409aa25e
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672
soc: ti: knav_qmss_queue: export API calls for use by user driver

Currently only few of the API calls are exported. This creates problem
when the knav* modules are built as modules and another user module
such as netcp_core try to use these API calls and they are also built
as module. This patch export these APIs to address the issue.

This is needed to support allmodconfig for ARM

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
drivers/soc/ti/knav_qmss_queue.c