From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933635Ab3CTBtp (ORCPT ); Tue, 19 Mar 2013 21:49:45 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:37322 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757433Ab3CTBto (ORCPT ); Tue, 19 Mar 2013 21:49:44 -0400 Message-ID: <514915B5.7000808@wwwdotorg.org> Date: Tue, 19 Mar 2013 19:49:41 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130221 Thunderbird/17.0.3 MIME-Version: 1.0 To: Danny Huang CC: "linux@arm.linux.org.uk" , Joseph Lo , Prashant Gaikwad , Laxman Dewangan , Hiroshi Doyu , "linux-arm-kernel@lists.infradead.org" , "linux-tegra@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2] ARM: tegra114: add speedo-based process identification References: <1363605454-24176-1-git-send-email-dahuang@nvidia.com> <5148A645.9020009@wwwdotorg.org> <1363743771.3573.55.camel@dahuang-vm> In-Reply-To: <1363743771.3573.55.camel@dahuang-vm> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/19/2013 07:42 PM, Danny Huang wrote: > On Wed, 2013-03-20 at 01:54 +0800, Stephen Warren wrote: >> On 03/18/2013 05:17 AM, Danny Huang wrote: >>> Add speedo-based process identifictaion for Tegra114. >> >> I have applied this to Tegra's for-3.10/soc branch, with one addition below: >> >>> diff --git a/arch/arm/mach-tegra/tegra114_speedo.c b/arch/arm/mach-tegra/tegra114_speedo.c >> >>> +#include >> >> Here, I also added: >> >> #include >> >> That's not needed in the Tegra for-next branch (which is based on >> 3.9-rc1), but is needed when merged into linux-next, and hence will >> presumably be needed once this is submitted into 3.10. > > Thanks. Does it mean that we have to include the bug.h for all newly > created file for 3.10? It's only needed in files that use its contents.