From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933773AbbGHLHa (ORCPT ); Wed, 8 Jul 2015 07:07:30 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:60482 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933397AbbGHLH1 (ORCPT ); Wed, 8 Jul 2015 07:07:27 -0400 X-IronPort-AV: E=Sophos;i="5.15,431,1432598400"; d="scan'208";a="282098051" Message-ID: <559D0460.4070009@citrix.com> Date: Wed, 8 Jul 2015 12:07:12 +0100 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-Version: 1.0 To: Rajat Jain , Konrad Rzeszutek Wilk , Boris Ostrovsky , "David Vrabel" , CC: , Rajat Jain Subject: Re: [Xen-devel] [PATCH] xen: Use module_pci_driver() in platform pci driver. References: <1436334887-27632-1-git-send-email-rajatja@google.com> In-Reply-To: <1436334887-27632-1-git-send-email-rajatja@google.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/07/15 06:54, Rajat Jain wrote: > Eliminate the module_init function by using module_pci_driver() This is not equivalent since this adds a useless module_exit() function. David