lkml.org 
[lkml]   [2008]   [Jul]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH] fix build error of driver/mfd/tc6393xb.c
    Fix the build of tc6393xb  due to missing definition of struct
    gpio_chip.

    Signed-off-by: Takashi Iwai <tiwai@suse.de>

    ---
    diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
    index 9f93c29..2981da4 100644
    --- a/drivers/mfd/Kconfig
    +++ b/drivers/mfd/Kconfig
    @@ -44,7 +44,7 @@ config HTC_PASIC3

    config MFD_TC6393XB
    bool "Support Toshiba TC6393XB"
    - depends on HAVE_GPIO_LIB
    + depends on HAVE_GPIO_LIB && GENERIC_GPIO
    select MFD_CORE
    help
    Support for Toshiba Mobile IO Controller TC6393XB

    \
     
     \ /
      Last update: 2008-07-04 13:23    [W:5.390 / U:1.280 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site