From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geoff Levand Subject: Re: [Cbe-oss-dev] [PATCH 4/5] Rename the drivers/of prom_* functions to of_* Date: Fri, 05 Oct 2012 09:22:49 -0700 Message-ID: <1349454169.3106.6.camel@clam> References: <506B2E63.5090900@linux.vnet.ibm.com> <506BA9E6.9050309@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <506BA9E6.9050309@linux.vnet.ibm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org Sender: "Linuxppc-dev" To: Nathan Fontenot Cc: cbe-oss-dev@lists.ozlabs.org, devicetree-discuss@lists.ozlabs.org, linuxppc-dev@lists.ozlabs.org, LKML List-Id: devicetree@vger.kernel.org On Tue, 2012-10-02 at 21:58 -0500, Nathan Fontenot wrote: > Rename the prom_*_property routines of the generic OF code to of_*_property. > This brings them in line with the naming used by the rest of the OF code. > > Signed-off-by: Nathan Fontenot > --- > arch/powerpc/platforms/ps3/os-area.c | 6 +++--- > 10 files changed, 35 insertions(+), 37 deletions(-) The ps3 part looks OK. Please do build test with ps3_defconfig. Acked-by: Geoff Levand