All of lore.kernel.org
 help / color / mirror / Atom feed
From: "irqchip-bot for Marc Zyngier" <tip-bot2@linutronix.de>
To: linux-kernel@vger.kernel.org
Cc: Randy Dunlap <rdunlap@infradead.org>,
	Marc Zyngier <maz@kernel.org>,
	tglx@linutronix.de
Subject: [irqchip: irq/irqchip-next] irqchip/mchp-eic: Drop build-breaking COMPILE_TEST
Date: Thu, 21 Oct 2021 16:35:54 -0000	[thread overview]
Message-ID: <163483415498.25758.3306069467532191935.tip-bot2@tip-bot2> (raw)
In-Reply-To: <bfc6fc7b-2bc3-b2b6-d65b-04805fbeb59d@infradead.org>

The following commit has been merged into the irq/irqchip-next branch of irqchip:

Commit-ID:     2aee149dd9ba374b426b9dd6192bf2a8a715e63a
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/2aee149dd9ba374b426b9dd6192bf2a8a715e63a
Author:        Marc Zyngier <maz@kernel.org>
AuthorDate:    Thu, 21 Oct 2021 17:25:22 +01:00
Committer:     Marc Zyngier <maz@kernel.org>
CommitterDate: Thu, 21 Oct 2021 17:25:22 +01:00

irqchip/mchp-eic: Drop build-breaking COMPILE_TEST

This driver advertises COMPILE_TEST, and yet fails to link due
to broken dependencies.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/bfc6fc7b-2bc3-b2b6-d65b-04805fbeb59d@infradead.org
---
 drivers/irqchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 8df8ffb..6e58838 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -604,7 +604,7 @@ config APPLE_AIC
 
 config MCHP_EIC
 	bool "Microchip External Interrupt Controller"
-	depends on ARCH_AT91 || COMPILE_TEST
+	depends on ARCH_AT91
 	select IRQ_DOMAIN
 	select IRQ_DOMAIN_HIERARCHY
 	help

  parent reply	other threads:[~2021-10-21 16:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-21  7:43 linux-next: Tree for Oct 21 Stephen Rothwell
2021-10-21 15:26 ` linux-next: Tree for Oct 21 (drivers/irqchip/irq-mchp-eic.o) Randy Dunlap
2021-10-21 16:21   ` Marc Zyngier
2021-10-21 16:35   ` [irqchip: irq/irqchip-next] irqchip/meson-gpio: Drop build-breaking COMPILE_TEST irqchip-bot for Marc Zyngier
2021-10-21 16:35   ` irqchip-bot for Marc Zyngier [this message]
2021-10-21 22:25 ` linux-next: Tree for Oct 21 (drivers/net/wireless/mediatek/mt76/sdio.o) Randy Dunlap
2021-10-21 22:45   ` Lorenzo Bianconi
2021-10-21 23:40     ` Randy Dunlap

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=163483415498.25758.3306069467532191935.tip-bot2@tip-bot2 \
    --to=tip-bot2@linutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maz@kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=tglx@linutronix.de \
    /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.