On Wed, Oct 29, 2008 at 02:21:33PM -0700, akpm@xxxxxxxxxxxxxxxxxxxx wrote: > From: akpm@xxxxxxxxxxxxxxxxxxxx > Date: Wed, 29 Oct 2008 14:21:33 -0700 > To: ralf@xxxxxxxxxxxxxx > Cc: linux-mips@xxxxxxxxxxxxxx, akpm@xxxxxxxxxxxxxxxxxxxx, > alessandro.zummo@xxxxxxxxxxxx, tsbogend@xxxxxxxxxxxxxxxx > Subject: [patch 2/3] drivers/rtc/rtc-ds1286.c is borked > > From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > > 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