From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752750Ab1KZOyk (ORCPT ); Sat, 26 Nov 2011 09:54:40 -0500 Received: from mail-ww0-f44.google.com ([74.125.82.44]:60976 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752555Ab1KZOyj (ORCPT ); Sat, 26 Nov 2011 09:54:39 -0500 Date: Sat, 26 Nov 2011 14:54:42 +0000 From: Jamie Iles To: Axel Lin Cc: linux-kernel@vger.kernel.org, Alexander Clouter , David Daney , "David S. Miller" , Herbert Xu , Jamie Iles , Josh Boyer , Matt Mackall , Olof Johansson Subject: Re: [PATCH] char: hw_random: convert drivers/char/hw_random/* to use module_platform_driver() Message-ID: <20111126145442.GC28582@gallagher> References: <1322313066.6001.3.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1322313066.6001.3.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 Sat, Nov 26, 2011 at 09:11:06PM +0800, Axel Lin wrote: > This patch converts the drivers in drivers/char/hw_random/* to use the > module_platform_driver() macro which makes the code smaller and a bit > simpler. > > Cc: Alexander Clouter > Cc: David Daney > Cc: David S. Miller > Cc: Herbert Xu > Cc: Jamie Iles Acked-by: Jamie Iles Thanks Axel!