lkml.org 
[lkml]   [2011]   [Aug]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH] pti: add missing CONFIG_PCI dependency
    From: Heiko Carstens <heiko.carstens@de.ibm.com>

    allmodconfig compile fails on s390 because of the new PTI driver:

    drivers/misc/pti.c:407:3: error: implicit declaration of function 'pci_iounmap'
    drivers/misc/pti.c:410:3: error: implicit declaration of function 'pci_release_region'

    Add a 'depends on PCI' statement so it doesn't get compiled.

    Cc: J Freyensee <james_p_freyensee@linux.intel.com>
    Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
    ---
    drivers/misc/Kconfig | 1 +
    1 file changed, 1 insertion(+)

    --- a/drivers/misc/Kconfig
    +++ b/drivers/misc/Kconfig
    @@ -146,6 +146,7 @@ config PHANTOM

    config INTEL_MID_PTI
    tristate "Parallel Trace Interface for MIPI P1149.7 cJTAG standard"
    + depends on PCI
    default n
    help
    The PTI (Parallel Trace Interface) driver directs

    \
     
     \ /
      Last update: 2011-08-02 10:11    [W:4.172 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site