From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH] dmaengine: qcom_hidma: autoload while probing ACPI Date: Wed, 23 Nov 2016 09:47:57 +0530 Message-ID: <20161123041756.GG2698@localhost> References: <1479583718-2716-1-git-send-email-okaya@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1479583718-2716-1-git-send-email-okaya@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Sinan Kaya Cc: dmaengine@vger.kernel.org, timur@codeaurora.org, cov@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org On Sat, Nov 19, 2016 at 02:28:37PM -0500, Sinan Kaya wrote: > MODULE_DEVICE_TABLE is used by the kernel to determine which device driver > should be loaded for which platform device. MODULE_DEVICE_TABLE has been > only defined for the device-tree based platforms in the current code. > Defining it also for ACPI based platforms. Applied now -- ~Vinod