Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758000AbYCDG0E (ORCPT ); Tue, 4 Mar 2008 01:26:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750884AbYCDGZz (ORCPT ); Tue, 4 Mar 2008 01:25:55 -0500 Received: from rex.snapgear.com ([203.143.235.140]:41652 "EHLO snapgear.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750771AbYCDGZy (ORCPT ); Tue, 4 Mar 2008 01:25:54 -0500 Date: Tue, 4 Mar 2008 16:24:17 +1000 From: Greg Ungerer Message-Id: <200803040624.m246OHoS029524@goober> To: torvalds@linux-foundation.org Subject: [M68KNOMMU]: remove duplicate hw_tick() code Cc: gerg@uclinux.org, linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1150 Lines: 30 Remove duplicate hw_tick() function from 68328 timers code. Signed-off-by: Greg Ungerer --- diff -Naurp linux-2.6.25-rc3/arch/m68knommu/platform/68328/timers.c linux-2.6.25-rc3.foo/arch/m68knommu/platform/68328/timers.c --- linux-2.6.25-rc3/arch/m68knommu/platform/68328/timers.c 2008-02-25 14:04:51.000000000 +1000 +++ linux-2.6.25-rc3.foo/arch/m68knommu/platform/68328/timers.c 2008-03-04 16:04:51.000000000 +1000 @@ -67,16 +67,6 @@ static irqreturn_t hw_tick(int irq, void /***************************************************************************/ -static irqreturn_t hw_tick(int irq, void *dummy) -{ - /* Reset Timer1 */ - TSTAT &= 0; - - return arch_timer_interrupt(irq, dummy); -} - -/***************************************************************************/ - static struct irqaction m68328_timer_irq = { .name = "timer", .flags = IRQF_DISABLED | IRQF_TIMER, -- 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/