Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756043Ab0HJJLj (ORCPT ); Tue, 10 Aug 2010 05:11:39 -0400 Received: from faui40.informatik.uni-erlangen.de ([131.188.34.40]:57992 "EHLO faui40.informatik.uni-erlangen.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754241Ab0HJJLP (ORCPT ); Tue, 10 Aug 2010 05:11:15 -0400 Date: Tue, 10 Aug 2010 11:11:13 +0200 From: Christian Dietrich To: David Howells , Thomas Gleixner , John Stultz , linux-kernel@vger.kernel.org Cc: vamos-dev@i4.informatik.uni-erlangen.de Subject: [PATCH 2/4] arch/frv: Removing dead HEARTBEAT config option Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 967 Lines: 33 CONFIG_HEARTBEAT doesn't exist in Kconfig, therefore removing all references to it from the source. Signed-off-by: Christian Dietrich --- arch/frv/kernel/time.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/frv/kernel/time.c b/arch/frv/kernel/time.c index 0ddbbae..e86df6c 100644 --- a/arch/frv/kernel/time.c +++ b/arch/frv/kernel/time.c @@ -66,12 +66,6 @@ static irqreturn_t timer_interrupt(int irq, void *dummy) do_timer(1); -#ifdef CONFIG_HEARTBEAT - static unsigned short n; - n++; - __set_LEDS(n); -#endif /* CONFIG_HEARTBEAT */ - write_sequnlock(&xtime_lock); update_process_times(user_mode(get_irq_regs())); -- 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/