From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH] arm: msm: trout: fix compile failure Date: Mon, 16 Apr 2012 09:35:28 +0100 Message-ID: <8793.1334565328@redhat.com> References: <1334245537-13395-1-git-send-email-dwalker@fifo99.com> Return-path: Received: from mx1.redhat.com ([209.132.183.28]:18782 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751838Ab2DPIgB (ORCPT ); Mon, 16 Apr 2012 04:36:01 -0400 In-Reply-To: <1334245537-13395-1-git-send-email-dwalker@fifo99.com> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Daniel Walker Cc: dhowells@redhat.com, David Brown , Bryan Huntsman , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Daniel Walker wrote: > Fixes the following warnings, > > arch/arm/mach-msm/board-trout.c: In function 'trout_init': > arch/arm/mach-msm/board-trout.c:71: error: 'system_rev' undeclared (first use in this function) > arch/arm/mach-msm/board-trout.c:71: error: (Each undeclared identifier is reported only once > arch/arm/mach-msm/board-trout.c:71: error: for each function it appears in.) > > and > > arch/arm/mach-msm/board-trout-panel.c: In function 'trout_init_panel': > arch/arm/mach-msm/board-trout-panel.c:267: error: 'system_rev' undeclared (first use in this function) > arch/arm/mach-msm/board-trout-panel.c:267: error: (Each undeclared identifier is reported only once > arch/arm/mach-msm/board-trout-panel.c:267: error: for each function it appears in.) > > This came in with the following commit 9f97da78bf018206fb623cd351d454af2f105fe0 > which removes asm/system.h > > Signed-off-by: Daniel Walker > cc: David Howells > cc: Bryan Huntsman > cc: linux-arm-msm@vger.kernel.org > cc: linux-arm-kernel@lists.infradead.org Acked-by: David Howells