From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754787AbbA2Qd4 (ORCPT ); Thu, 29 Jan 2015 11:33:56 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:29125 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752685AbbA2Qdz (ORCPT ); Thu, 29 Jan 2015 11:33:55 -0500 Message-ID: <54CA60D3.6090008@oracle.com> Date: Thu, 29 Jan 2015 08:33:23 -0800 From: santosh shilimkar Organization: Oracle Corporation User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Murali Karicheri , ssantosh@kernel.org, arnd@arndb.de, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] soc: ti: knav_qmss_queue: export API calls for use by user driver References: <1422486021-23874-1-git-send-email-m-karicheri2@ti.com> In-Reply-To: <1422486021-23874-1-git-send-email-m-karicheri2@ti.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: acsinet22.oracle.com [141.146.126.238] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/28/2015 3:00 PM, Murali Karicheri wrote: > 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 > --- Looks fine. I will pick this up for next merge window. Regards, Santosh