From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH/RFC 01/16] platform: Make platform resources input parameters const Date: Sat, 18 Apr 2009 16:25:33 -0700 Message-ID: <20090418232533.GB23201@kroah.com> References: <1240080744-14995-1-git-send-email-geert@linux-m68k.org> <1240080744-14995-2-git-send-email-geert@linux-m68k.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from kroah.org ([198.145.64.141]:36301 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1759182AbZDRX22 (ORCPT ); Sat, 18 Apr 2009 19:28:28 -0400 Content-Disposition: inline In-Reply-To: <1240080744-14995-2-git-send-email-geert@linux-m68k.org> Sender: linux-m68k-owner@vger.kernel.org List-Id: linux-m68k@vger.kernel.org To: Geert Uytterhoeven Cc: linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org, Greg Kroah-Hartman On Sat, Apr 18, 2009 at 08:52:09PM +0200, Geert Uytterhoeven wrote: > Make the platform resources input parameters of platform_device_add_resources() > and platform_device_register_simple() const, as the resources are copied and > never modified. > > Signed-off-by: Geert Uytterhoeven > Cc: Greg Kroah-Hartman If you need this for your other patches, no objection from me, feel free to take it through your tree (or I can take it through mine if you want.) Either way, feel free to add: Signed-off-by: Greg Kroah-Hartman to it. thanks, greg k-h