lkml.org 
[lkml]   [2011]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH -next] watchdog: fix it8712f_wdt build errors
    From: Randy Dunlap <rdunlap@xenotime.net>

    Fix build errors by adding missing header file:

    drivers/watchdog/it8712f_wdt.c:127: error: implicit declaration of function 'request_muxed_region'
    drivers/watchdog/it8712f_wdt.c:141: error: implicit declaration of function 'release_region'
    drivers/watchdog/it8712f_wdt.c:412: error: implicit declaration of function 'request_region'

    Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
    ---
    drivers/watchdog/it8712f_wdt.c | 1 +
    1 file changed, 1 insertion(+)

    --- linux-next-20110725.orig/drivers/watchdog/it8712f_wdt.c
    +++ linux-next-20110725/drivers/watchdog/it8712f_wdt.c
    @@ -31,6 +31,7 @@
    #include <linux/spinlock.h>
    #include <linux/uaccess.h>
    #include <linux/io.h>
    +#include <linux/ioport.h>

    #define NAME "it8712f_wdt"


    \
     
     \ /
      Last update: 2011-07-25 18:21    [W:2.199 / U:0.244 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site