From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: Multiple errors while compiling from master Date: Mon, 15 Mar 2010 09:03:00 -0700 Message-ID: <20100315160259.GQ2900@atomide.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:52111 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965282Ab0COQBg (ORCPT ); Mon, 15 Mar 2010 12:01:36 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Premi, Sanjeev" Cc: "linux-omap@vger.kernel.org" * Premi, Sanjeev [100315 07:30]: > Hi all, > > While trying to build kernel from master, I encounter many errors (pasted below). > > I believe the reason is missing headers - plat/resource.h and smartreflex.h > ...but I couldn't find them in the tree. > > premi # ls -l arch/arm/plat-omap/include/plat/res* > ls: No match. > premi # ls -l arch/arm/mach-omap2/smart* > ls: No match. > premi # > > I am at commit: a842b5f9ce70e1b738eabb4d719860070180ed1c It should build fine for all omaps now. Maybe do git status and see if you have something extra applied? Those files are currently only in Kevin's PM branch. Regards, Tony