From: Randy Dunlap on
On Tue, 4 May 2010 16:23:05 +1000 Stephen Rothwell wrote:

> Hi all,
>
> Changes since 20100503:


drivers/staging/dt3155v4l/dt3155v4l.c:73: error: implicit declaration of function 'udelay'
drivers/staging/dt3155v4l/dt3155v4l.c:616: warning: assignment from incompatible pointer type
drivers/staging/dt3155v4l/dt3155v4l.c:1270: error: implicit declaration of function 'msleep'


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on
On Tue, May 04, 2010 at 11:36:04AM -0700, Randy Dunlap wrote:
> On Tue, 4 May 2010 16:23:05 +1000 Stephen Rothwell wrote:
>
> > Hi all,
> >
> > Changes since 20100503:
>
>
> drivers/staging/dt3155v4l/dt3155v4l.c:73: error: implicit declaration of function 'udelay'
> drivers/staging/dt3155v4l/dt3155v4l.c:616: warning: assignment from incompatible pointer type
> drivers/staging/dt3155v4l/dt3155v4l.c:1270: error: implicit declaration of function 'msleep'

Ick. What arch was this?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Randy Dunlap on
On 05/04/10 12:12, Greg KH wrote:
> On Tue, May 04, 2010 at 11:36:04AM -0700, Randy Dunlap wrote:
>> On Tue, 4 May 2010 16:23:05 +1000 Stephen Rothwell wrote:
>>
>>> Hi all,
>>>
>>> Changes since 20100503:
>>
>>
>> drivers/staging/dt3155v4l/dt3155v4l.c:73: error: implicit declaration of function 'udelay'
>> drivers/staging/dt3155v4l/dt3155v4l.c:616: warning: assignment from incompatible pointer type
>> drivers/staging/dt3155v4l/dt3155v4l.c:1270: error: implicit declaration of function 'msleep'
>
> Ick. What arch was this?

That is on x86_64.

The config is attached.

--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***