Re: [patch 2/3] drivers/rtc/rtc-ds1286.c is borked

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Oct 30, 2008 at 02:10:54PM +0300, Sergei Shtylyov wrote:
> From: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx>
> Date: Thu, 30 Oct 2008 14:10:54 +0300
> To: akpm@xxxxxxxxxxxxxxxxxxxx
> Cc: ralf@xxxxxxxxxxxxxx, linux-mips@xxxxxxxxxxxxxx,
> 	alessandro.zummo@xxxxxxxxxxxx, tsbogend@xxxxxxxxxxxxxxxx
> Subject: Re: [patch 2/3] drivers/rtc/rtc-ds1286.c is borked
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Hello.
>
> akpm@xxxxxxxxxxxxxxxxxxxx wrote:
>
>> 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'
>>   
>
>   Again, on which architecture this happens?

On non-MIPS.  <linux/io.h> is required to build the two files in question
but wasn't getting included explicitly.  On MIPS we were lucky; io.h
was getting dragged in indirectly through another header so things just
happened to work.

  Ralf


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux