From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v2] ARM: OMAP2+: Fix build issues with missing include of linux/bug.h Date: Wed, 7 Mar 2012 17:32:16 -0800 Message-ID: <20120308013216.GP12083@atomide.com> References: <20120308012801.GO12083@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:30384 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752679Ab2CHBcR (ORCPT ); Wed, 7 Mar 2012 20:32:17 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Olof Johansson Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org * Olof Johansson [120307 16:59]: > On Wed, Mar 7, 2012 at 5:28 PM, Tony Lindgren wrote: > > Otherwise we can get the following if bug.h is not included from kernel.h: > > > > arch/arm/mach-omap2/powerdomain-common.c: > > In function 'omap2_pwrdm_get_mem_bank_onstate_mask': > > arch/arm/mach-omap2/powerdomain-common.c:64:3: error: > > implicit declaration of function 'WARN_ON' [-Werror=implicit-function-declaration] > > cc1: some warnings being treated as errors > > > > Signed-off-by: Tony Lindgren > > Applied to next/fixes-non-critical. Thanks! Thanks a lot! Tony