Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965840Ab2FBUgr (ORCPT ); Sat, 2 Jun 2012 16:36:47 -0400 Received: from juliette.telenet-ops.be ([195.130.137.74]:52367 "EHLO juliette.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965121Ab2FBUf4 (ORCPT ); Sat, 2 Jun 2012 16:35:56 -0400 From: Geert Uytterhoeven To: Yoshinori Sato , Andrew Morton Cc: Tony Breeds , linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 3/5] h8300/time: Add missing #include Date: Sat, 2 Jun 2012 22:35:37 +0200 Message-Id: <1338669339-23214-4-git-send-email-geert@linux-m68k.org> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1338669339-23214-1-git-send-email-geert@linux-m68k.org> References: <1338669339-23214-1-git-send-email-geert@linux-m68k.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 989 Lines: 29 arch/h8300/kernel/time.c: In function 'h8300_timer_tick': arch/h8300/kernel/time.c:39:2: error: implicit declaration of function 'get_irq_regs' [-Werror=implicit-function-declaration] arch/h8300/kernel/time.c:39:42: error: invalid type argument of '->' (have 'int') Signed-off-by: Geert Uytterhoeven --- arch/h8300/kernel/time.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/h8300/kernel/time.c b/arch/h8300/kernel/time.c index 32263a1..e0f7419 100644 --- a/arch/h8300/kernel/time.c +++ b/arch/h8300/kernel/time.c @@ -27,6 +27,7 @@ #include #include +#include #include #define TICK_SIZE (tick_nsec / 1000) -- 1.7.0.4 -- 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/