Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934253AbcJ0A6i (ORCPT ); Wed, 26 Oct 2016 20:58:38 -0400 Received: from vern.gendns.com ([206.190.152.46]:41710 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932388AbcJ0A6f (ORCPT ); Wed, 26 Oct 2016 20:58:35 -0400 Subject: Re: [PATCH] USB: OHCI: make ohci-da8xx a separate driver To: ahaslam@baylibre.com, stern@rowland.harvard.edu, sergei.shtylyov@cogentembedded.com, nsekhar@ti.com, khilman@baylibre.com, manjunath.goudar@linaro.org References: <20161026210812.18131-1-ahaslam@baylibre.com> Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org From: David Lechner Message-ID: Date: Wed, 26 Oct 2016 19:58:34 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161026210812.18131-1-ahaslam@baylibre.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 252 Lines: 9 On 10/26/2016 04:08 PM, ahaslam@baylibre.com wrote: > +module_exit(ohci_da8xx_exit); > +MODULE_DESCRIPTION(DRIVER_DESC); > +MODULE_LICENSE("GPL"); > MODULE_ALIAS("platform:ohci"); The "ohci" in MODULE_ALIAS() should also be replaced with hcd_name.