From: Murali Karicheri Date: Thu, 29 Jan 2015 17:04:26 +0000 (-0800) Subject: soc: ti: knav_qmss_queue: export API calls for use by user driver X-Git-Tag: v4.0-rc1~68^2~1^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=97f39af4b315d7c65504c8e033e3cf8527dd65cb;hp=97f39af4b315d7c65504c8e033e3cf8527dd65cb;p=karo-tx-linux.git 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 Signed-off-by: Santosh Shilimkar ---