lkml.org 
[lkml]   [2011]   [Aug]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 1/1] misc/pti.c: Fix build error when PCI is not selected
    When you try to build INTEL_MID_PTI without having PCI
    enabled. It fails like this-

    CC [M] drivers/misc/pti.o
    drivers/misc/pti.c: In function ‘pti_pci_remove’:
    drivers/misc/pti.c:410: error: implicit declaration of function ‘pci_release_region’
    drivers/misc/pti.c: In function ‘pti_pci_probe’:
    drivers/misc/pti.c:859: error: implicit declaration of function ‘pci_request_region’

    So make INTEL_MID_PTI depend on PCI to fix build error.

    Signed-off-by: Tracey Dent <tdent48227@gmail.com>
    ---
    drivers/misc/Kconfig | 1 +
    1 files changed, 1 insertions(+), 0 deletions(-)

    diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
    index 0a4d86c..2d6423c 100644
    --- 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
    --
    1.7.6.433.g1421f
    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

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