lkml.org 
[lkml]   [2010]   [Nov]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH -next] staging: fix winbond build, needs delay.h
    On Fri 2010-11-19 09:30:18, Randy Dunlap wrote:
    > From: Randy Dunlap <randy.dunlap@oracle.com>
    >
    > winbond drivers use msleep() and delay(), so include linux/delay.h
    > in a common header file to prevent build errors.
    >
    > drivers/staging/winbond/phy_calibration.c:987: error: implicit declaration of function 'msleep'
    > drivers/staging/winbond/phy_calibration.c:1556: error: implicit declaration of function 'udelay'
    > drivers/staging/winbond/reg.c:894: error: implicit declaration of function 'msleep'
    > drivers/staging/winbond/reg.c:1178: error: implicit declaration of function 'udelay'
    >
    > Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>

    Ack.

    > ---
    > drivers/staging/winbond/sysdef.h | 3 +++
    > 1 file changed, 3 insertions(+)
    >
    > --- linux-next-20101119.orig/drivers/staging/winbond/sysdef.h
    > +++ linux-next-20101119/drivers/staging/winbond/sysdef.h
    > @@ -2,6 +2,9 @@
    >
    > #ifndef SYS_DEF_H
    > #define SYS_DEF_H
    > +
    > +#include <linux/delay.h>
    > +
    > #define WB_LINUX
    > #define WB_LINUX_WPA_PSK
    >

    --
    (english) http://www.livejournal.com/~pavelmachek
    (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


    \
     
     \ /
      Last update: 2010-11-19 18:37    [W:3.425 / U:1.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site