Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754647AbbGTLVu (ORCPT ); Mon, 20 Jul 2015 07:21:50 -0400 Received: from terminus.zytor.com ([198.137.202.10]:55964 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754420AbbGTLVs (ORCPT ); Mon, 20 Jul 2015 07:21:48 -0400 Date: Mon, 20 Jul 2015 04:21:31 -0700 From: tip-bot for Magnus Damm Message-ID: Cc: linux-kernel@vger.kernel.org, damm+renesas@opensource.se, mingo@kernel.org, tglx@linutronix.de, magnus.damm@gmail.com, hpa@zytor.com Reply-To: linux-kernel@vger.kernel.org, damm+renesas@opensource.se, mingo@kernel.org, hpa@zytor.com, magnus.damm@gmail.com, tglx@linutronix.de In-Reply-To: <20150720100614.2552.86867.sendpatchset@little-apple> References: <20150720100614.2552.86867.sendpatchset@little-apple> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/core] irqchip/renesas-irqc: Get rid of IRQF_VALID Git-Commit-ID: 35c3f67f11849d80cc0e3cd3dd898977567c9c29 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1556 Lines: 39 Commit-ID: 35c3f67f11849d80cc0e3cd3dd898977567c9c29 Gitweb: http://git.kernel.org/tip/35c3f67f11849d80cc0e3cd3dd898977567c9c29 Author: Magnus Damm AuthorDate: Mon, 20 Jul 2015 19:06:14 +0900 Committer: Thomas Gleixner CommitDate: Mon, 20 Jul 2015 13:18:59 +0200 irqchip/renesas-irqc: Get rid of IRQF_VALID IRQF_VALID is not needed on ARM anymore, so get rid of it. Signed-off-by: Magnus Damm Cc: jason@lakedaemon.net Cc: geert+renesas@glider.be Cc: horms@verge.net.au Cc: Magnus Damm Link: http://lkml.kernel.org/r/20150720100614.2552.86867.sendpatchset@little-apple Signed-off-by: Thomas Gleixner --- drivers/irqchip/irq-renesas-irqc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/irqchip/irq-renesas-irqc.c b/drivers/irqchip/irq-renesas-irqc.c index 778bd07..74e980f 100644 --- a/drivers/irqchip/irq-renesas-irqc.c +++ b/drivers/irqchip/irq-renesas-irqc.c @@ -162,7 +162,6 @@ static int irqc_irq_domain_map(struct irq_domain *h, unsigned int virq, irqc_dbg(&p->irq[hw], "map"); irq_set_chip_data(virq, h->host_data); irq_set_chip_and_handler(virq, &p->irq_chip, handle_level_irq); - set_irq_flags(virq, IRQF_VALID); /* kill me now */ return 0; } -- 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/