From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755264Ab1K0BkJ (ORCPT ); Sat, 26 Nov 2011 20:40:09 -0500 Received: from imr4.ericy.com ([198.24.6.9]:58713 "EHLO imr4.ericy.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755232Ab1K0BkG (ORCPT ); Sat, 26 Nov 2011 20:40:06 -0500 Date: Sat, 26 Nov 2011 17:37:35 -0800 From: Guenter Roeck To: Axel Lin CC: "linux-kernel@vger.kernel.org" , Donggeun Kim , Simon Guinot , Lars-Peter Clausen , MyungJoo Ham , Ben Dooks , Hans de Goede , J Keerthy , "David S. Miller" , Mark Brown , Jean Delvare , "lm-sensors@lm-sensors.org" Subject: Re: [PATCH] hwmon: convert drivers/hwmon/* to use module_platform_driver() Message-ID: <20111127013735.GA24906@ericsson.com> References: <1322206260.11718.4.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1322206260.11718.4.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 Fri, Nov 25, 2011 at 02:31:00AM -0500, Axel Lin wrote: > This patch converts the drivers in drivers/hwmon/* to use the > module_platform_driver() macro which makes the code smaller and a bit > simpler. > > Cc: Donggeun Kim > Cc: Simon Guinot > Cc: Lars-Peter Clausen > Cc: MyungJoo Ham > Cc: Ben Dooks > Cc: Hans de Goede > Cc: J Keerthy > Cc: David S. Miller > Cc: Mark Brown > Signed-off-by: Axel Lin Applied. I'll let it rest in linux-next for a couple of days and send it to Linus if there are no problems. Guenter