From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756588AbcKWEI0 (ORCPT ); Tue, 22 Nov 2016 23:08:26 -0500 Received: from mga03.intel.com ([134.134.136.65]:1905 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755360AbcKWEIZ (ORCPT ); Tue, 22 Nov 2016 23:08:25 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,684,1473145200"; d="scan'208";a="789754427" Date: Wed, 23 Nov 2016 09:47:57 +0530 From: Vinod Koul 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 Subject: Re: [PATCH] dmaengine: qcom_hidma: autoload while probing ACPI 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 Content-Disposition: inline In-Reply-To: <1479583718-2716-1-git-send-email-okaya@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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