On Wed, Oct 29, 2008 at 02:21:34PM -0700, akpm@xxxxxxxxxxxxxxxxxxxx wrote: > Subject: [patch 3/3] drivers/rtc/rtc-m48t35.c is borked too > > From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > > drivers/rtc/rtc-m48t35.c: In function 'm48t35_read_time': > drivers/rtc/rtc-m48t35.c:59: error: implicit declaration of function 'readb' > drivers/rtc/rtc-m48t35.c:60: error: implicit declaration of function 'writeb' > drivers/rtc/rtc-m48t35.c: In function 'm48t35_probe': > drivers/rtc/rtc-m48t35.c:168: error: implicit declaration of function 'ioremap' > drivers/rtc/rtc-m48t35.c:168: warning: assignment makes pointer from integer without a cast > drivers/rtc/rtc-m48t35.c:188: error: implicit declaration of function 'iounmap' Same for this one; commit ID d7a6119f457f48a94985fdbdc400cbb03e136a76 should have solved this one also. Ralf