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 B63C2100EC7 for ; Thu, 22 Jul 2010 15:28:26 +1000 (EST) Date: Wed, 21 Jul 2010 22:28:42 -0700 (PDT) Message-Id: <20100721.222842.155365075.davem@davemloft.net> To: grant.likely@secretlab.ca Subject: Re: [PATCH 4/5] of: remove asm/of_platform.h From: David Miller In-Reply-To: <20100721234010.7782.3073.stgit@angua> References: <20100721232817.7782.23410.stgit@angua> <20100721234010.7782.3073.stgit@angua> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: sfr@canb.auug.org.au, monstr@monstr.eu, gregkh@suse.de, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, microblaze-uclinux@itee.uq.edu.au, 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: Wed, 21 Jul 2010 17:40:10 -0600 > Only thing left in it is of_instantiate_rtc() which can be moved to > asm/prom.h on PowerPC and is unused in microblaze. > > Signed-off-by: Grant Likely Acked-by: David S. Miller