From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753371AbbIPTXW (ORCPT ); Wed, 16 Sep 2015 15:23:22 -0400 Received: from mail-yk0-f169.google.com ([209.85.160.169]:34017 "EHLO mail-yk0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751689AbbIPTXU (ORCPT ); Wed, 16 Sep 2015 15:23:20 -0400 Date: Wed, 16 Sep 2015 15:23:16 -0400 From: Tejun Heo To: Luis de Bethencourt Cc: linux-kernel@vger.kernel.org, Bartlomiej Zolnierkiewicz , linux-ide@vger.kernel.org Subject: Re: [PATCH v2] ata: pata_macio: Fix module autoload for OF platform driver Message-ID: <20150916192316.GA4921@mtj.duckdns.org> References: <20150915163114.GA5152@goodgumbo.baconseed.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150915163114.GA5152@goodgumbo.baconseed.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 15, 2015 at 06:31:14PM +0200, Luis de Bethencourt wrote: > This platform driver has a OF device ID table but the OF module > alias information is not created so module autoloading won't work. > > This patch adds the missing MODULE_DEVICE_TABLE() for OF to export > that information so modules have the correct aliases built-in and > autoloading works correctly. > > Link: https://lkml.org/lkml/2015/7/30/519 > Signed-off-by: Luis de Bethencourt Applied to libata/for-4.3-fixes. Thanks! -- tejun