]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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)
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>

No differences found