lkml.org 
[lkml]   [2015]   [Oct]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v8 1/6] arm: add msi.h to Kbuild
    Date
    Include asm-generic/msi.h to support CONFIG_GENERIC_MSI_IRQ_DOMAIN.
    This to fix compilation error:
    "include/linux/msi.h:123:21: fatal error: asm/msi.h:
    No such file or directory"

    Signed-off-by: Ley Foon Tan <lftan@altera.com>
    ---
    arch/arm/include/asm/Kbuild | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/arch/arm/include/asm/Kbuild b/arch/arm/include/asm/Kbuild
    index be648eb..bd42530 100644
    --- a/arch/arm/include/asm/Kbuild
    +++ b/arch/arm/include/asm/Kbuild
    @@ -14,6 +14,7 @@ generic-y += local.h
    generic-y += local64.h
    generic-y += mm-arch-hooks.h
    generic-y += msgbuf.h
    +generic-y += msi.h
    generic-y += param.h
    generic-y += parport.h
    generic-y += poll.h
    --
    1.8.2.1


    \
     
     \ /
      Last update: 2015-10-08 12:01    [W:4.036 / U:0.228 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site