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 6178E100BE2 for ; Thu, 22 Jul 2010 15:28:36 +1000 (EST) Date: Wed, 21 Jul 2010 22:28:52 -0700 (PDT) Message-Id: <20100721.222852.08977036.davem@davemloft.net> To: grant.likely@secretlab.ca Subject: Re: [PATCH 5/5] of: remove asm/of_device.h From: David Miller In-Reply-To: <20100721234015.7782.98378.stgit@angua> References: <20100721232817.7782.23410.stgit@angua> <20100721234015.7782.98378.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:15 -0600 > It is mostly unused now. Sparc has a few defines left in it, but they > can be moved to other headers. Removing this header means that new > architectures adding CONFIG_OF support don't need to also add this > header file. > > Signed-off-by: Grant Likely Acked-by: David S. Miller