From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 30 Oct 2008 11:33:37 +0000 (GMT) Received: from h155.mvista.com ([63.81.120.155]:28969 "EHLO imap.sh.mvista.com") by ftp.linux-mips.org with ESMTP id S22722489AbYJ3Ldc (ORCPT ); Thu, 30 Oct 2008 11:33:32 +0000 Received: from [127.0.0.1] (unknown [10.150.0.9]) by imap.sh.mvista.com (Postfix) with ESMTP id 096F43EC9; Thu, 30 Oct 2008 04:33:24 -0700 (PDT) Message-ID: <49099B7F.8040708@ru.mvista.com> Date: Thu, 30 Oct 2008 14:33:19 +0300 From: Sergei Shtylyov User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: akpm@linux-foundation.org Cc: ralf@linux-mips.org, linux-mips@linux-mips.org, alessandro.zummo@towertech.it, tsbogend@alpha.franken.de Subject: Re: [patch 2/3] drivers/rtc/rtc-ds1286.c is borked References: <200810292121.m9TLLXQF019907@imap1.linux-foundation.org> <4909963E.6060707@ru.mvista.com> In-Reply-To: <4909963E.6060707@ru.mvista.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 21112 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: sshtylyov@ru.mvista.com Precedence: bulk X-list: linux-mips Hello, I wrote: >> From: Andrew Morton >> >> 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' >> > > Again, on which architecture this happens? Nevermind. I was looking at already fixed drivers... WBR, Sergei