From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (74-93-104-97-Washington.hfc.comcastbusiness.net [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id 3F7BE100808 for ; Fri, 23 Jul 2010 15:50:59 +1000 (EST) Date: Thu, 22 Jul 2010 22:51:15 -0700 (PDT) Message-Id: <20100722.225115.160202643.davem@davemloft.net> To: grant.likely@secretlab.ca Subject: Re: [PATCH 3/4] sparc: remove references to of_device and to_of_device From: David Miller In-Reply-To: <20100722223016.21557.40832.stgit@angua> References: <20100722222600.21557.34167.stgit@angua> <20100722223016.21557.40832.stgit@angua> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: sfr@canb.auug.org.au, monstr@monstr.eu, microblaze-uclinux@itee.uq.edu.au, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, sparclinux@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Grant Likely Date: Thu, 22 Jul 2010 16:30:16 -0600 > of_device is just a #define alias to platform_device. This patch > replaces all references to it with platform_device. > > Signed-off-by: Grant Likely Acked-by: David S. Miller