All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minghuan.Lian@freescale.com (Minghuan Lian)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/2] arm: Add msi.h to arch Kbuild files
Date: Fri, 16 Oct 2015 15:00:37 +0800	[thread overview]
Message-ID: <1444978838-18412-1-git-send-email-Minghuan.Lian@freescale.com> (raw)

The patch adds msi.h to arch Kbuild files to avoid the following
compile error when selecting PCI_MSI_IRQ_DOMAIN

include/linux/msi.h:172:21: fatal error: asm/msi.h: No such
file or directory

Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com>
---
Change log
v2: no change

 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.9.1

             reply	other threads:[~2015-10-16  7:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-16  7:00 Minghuan Lian [this message]
2015-10-16  7:00 ` [PATCH v2 2/2] irqchip/Layerscape: Add SCFG MSI controller support Minghuan Lian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444978838-18412-1-git-send-email-Minghuan.Lian@freescale.com \
    --to=minghuan.lian@freescale.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.