From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754182Ab2DCQqS (ORCPT ); Tue, 3 Apr 2012 12:46:18 -0400 Received: from mail-pz0-f52.google.com ([209.85.210.52]:64826 "EHLO mail-pz0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753282Ab2DCQqQ (ORCPT ); Tue, 3 Apr 2012 12:46:16 -0400 Date: Tue, 3 Apr 2012 09:46:08 -0700 From: Dmitry Torokhov To: Axel Lin Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: Re: [PATCH] Input: use module_pci_driver Message-ID: <20120403164608.GC24832@core.coreip.homeip.net> References: <1333414253.18133.1.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1333414253.18133.1.camel@phoenix> 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 Tue, Apr 03, 2012 at 08:50:53AM +0800, Axel Lin wrote: > This patch converts the drivers in drivers/input/* to use module_pci_driver() > macro which makes the code smaller and a bit simpler. > > Signed-off-by: Axel Lin Applied, thanks Axel. Any chance you could add module_serio_driver() and module_ganeport_driver() too? Thanks. -- Dmitry