[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090809094306.GA26591@n2100.arm.linux.org.uk>
Date: Sun, 9 Aug 2009 10:43:06 +0100
From: Russell King - ARM Linux <linux@....linux.org.uk>
To: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
Cc: Thomas Gleixner <tglx@...utronix.de>,
LKML <linux-kernel@...r.kernel.org>,
rt-users <linux-rt-users@...r.kernel.org>,
Wim Van Sebroeck <wim@...ana.be>,
Kevin Hilman <khilman@...prootsystems.com>,
linux-arm-kernel@...ts.arm.linux.org.uk
Subject: Re: [PATCH RT 8/6] [ARM, WATCHDOG] davinci: include mach/timex.h
in davinci_wdt.c
On Sun, Aug 09, 2009 at 11:36:39AM +0200, Uwe Kleine-König wrote:
> This fixes a a build failure for 2.6.31-rc4-rt1 (ARCH=arm,
> davinci_all_defconfig):
>
> drivers/watchdog/davinci_wdt.c: In function 'wdt_enable':
> drivers/watchdog/davinci_wdt.c:102: error: 'CLOCK_TICK_RATE' undeclared (first use in this function)
> drivers/watchdog/davinci_wdt.c:102: error: (Each undeclared identifier is reported only once
> drivers/watchdog/davinci_wdt.c:102: error: for each function it appears in.)
It should not be using CLOCK_TICK_RATE - there was a move to clean
up the use of that symbol and restrict it just to the i8253 PIT.
Please create something else like DAVINCI_TICK_RATE instead.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists