From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@oracle.com (santosh.shilimkar at oracle.com) Date: Thu, 29 Jan 2015 13:25:26 -0800 Subject: [PATCH 1/2] soc: ti: knav_qmss_queue: makefile tweak to build as dynamic module In-Reply-To: <1422563870-19252-1-git-send-email-m-karicheri2@ti.com> References: <1422563870-19252-1-git-send-email-m-karicheri2@ti.com> Message-ID: <54CAA546.6060501@oracle.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 1/29/15 12:37 PM, Murali Karicheri wrote: > Currently configuring qmss and dma as dynamic module creates three .ko > files. knav_qmss_acc.ko and knav_qmss_queue.ko both can't be insmod > because of circular dependency. So combine these two into one module > by changing the makefile. > > Signed-off-by: Murali Karicheri Applied both $subject and 2/2. Thanks Regards, Santosh From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757877AbbA2VZ6 (ORCPT ); Thu, 29 Jan 2015 16:25:58 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:23090 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754821AbbA2VZ5 (ORCPT ); Thu, 29 Jan 2015 16:25:57 -0500 Message-ID: <54CAA546.6060501@oracle.com> Date: Thu, 29 Jan 2015 13:25:26 -0800 From: "santosh.shilimkar@oracle.com" Organization: Oracle Corporation User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Murali Karicheri , ssantosh@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, arnd@arndb.de Subject: Re: [PATCH 1/2] soc: ti: knav_qmss_queue: makefile tweak to build as dynamic module References: <1422563870-19252-1-git-send-email-m-karicheri2@ti.com> In-Reply-To: <1422563870-19252-1-git-send-email-m-karicheri2@ti.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: ucsinet21.oracle.com [156.151.31.93] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/29/15 12:37 PM, Murali Karicheri wrote: > Currently configuring qmss and dma as dynamic module creates three .ko > files. knav_qmss_acc.ko and knav_qmss_queue.ko both can't be insmod > because of circular dependency. So combine these two into one module > by changing the makefile. > > Signed-off-by: Murali Karicheri Applied both $subject and 2/2. Thanks Regards, Santosh