On Wed, Oct 29, 2008 at 02:21:33PM -0700, akpm@linux-foundation.org wrote:
> From: akpm@linux-foundation.org
> Date: Wed, 29 Oct 2008 14:21:33 -0700
> To: ralf@linux-mips.org
> Cc: linux-mips@linux-mips.org, akpm@linux-foundation.org,
> alessandro.zummo@towertech.it, tsbogend@alpha.franken.de
> Subject: [patch 2/3] drivers/rtc/rtc-ds1286.c is borked
>
> From: Andrew Morton <akpm@linux-foundation.org>
>
> drivers/rtc/rtc-ds1286.c: In function 'ds1286_rtc_read':
> drivers/rtc/rtc-ds1286.c:33: error: implicit declaration of function
> '__raw_readl'
> drivers/rtc/rtc-ds1286.c: In function 'ds1286_rtc_write':
> drivers/rtc/rtc-ds1286.c:38: error: implicit declaration of function
> '__raw_writel'
> drivers/rtc/rtc-ds1286.c: In function 'ds1286_probe':
> drivers/rtc/rtc-ds1286.c:345: error: implicit declaration of function
> 'ioremap'
> drivers/rtc/rtc-ds1286.c:345: warning: assignment makes pointer from integer
> without a cast
> drivers/rtc/rtc-ds1286.c:365: error: implicit declaration of function
> 'iounmap'
Geert's patch commit ID d7a6119f457f48a94985fdbdc400cbb03e136a76 should
have solved this so you can drop this one.
Ralf
|