Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752627Ab1F1XYs (ORCPT ); Tue, 28 Jun 2011 19:24:48 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:56818 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751455Ab1F1XYn (ORCPT ); Tue, 28 Jun 2011 19:24:43 -0400 Date: Wed, 29 Jun 2011 00:24:29 +0100 From: Russell King - ARM Linux To: Rob Herring Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Michal Simek , Rob Herring , nico@fluxnic.net Subject: Re: [PATCH 2/4] ARM: remove unnecessary mach/hardware.h includes Message-ID: <20110628232429.GI21898@n2100.arm.linux.org.uk> References: <1309301859-17651-1-git-send-email-robherring2@gmail.com> <1309301859-17651-3-git-send-email-robherring2@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1309301859-17651-3-git-send-email-robherring2@gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 783 Lines: 18 On Tue, Jun 28, 2011 at 05:57:37PM -0500, Rob Herring wrote: > From: Rob Herring > > Remove some includes of mach/hardware.h which are not needed. hardware.h will > be removed completely for tegra and cns3xxx in follow on patch. At least this one is incorrect: arch/arm/mach-rpc/include/mach/hardware.h:#define IO_EC_MEMC_BASE 0x80000000 arch/arm/kernel/ecard.c: address = IO_EC_MEMC_BASE + (slot << 12); That's just one of the defines that ecard.c uses from mach/hardare.h. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/