Path: csiph.com!aioe.org!bofh.it!news.nic.it!robomod From: Rob Herring Newsgroups: linux.kernel Subject: [PATCH v2 13/13] arm64: remove ununsed set_irq_flags Date: Sun, 12 Jul 2015 16:30:02 +0200 Message-ID: References: X-Original-To: linux-arm-kernel@lists.infradead.org, Russell King Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=74zhklK//gkgjNvMUj/53wiuOu/JswdTUmV4BdF1qps=; b=kKKOn50aYVmR2BucIOyPsAjz0IMXq+giowLSeJtCwamhSG09Jd4/ha1n/bWJynfo2v ERIrHwPzDmRIyXjw8VHwM2b/sX7ubjx0ipBbz1A0ES56iPm39kY5e3KaqAxqgrqb7S89 Uavw0LkBjvM3i5GDktnXRJXSAZZz45Wj6mm52Wd6qMFKyl+ph9ot6nomx5prsLuDxtzX cCC21vZ2oxi/oAgs2irogEF3dQ4FCWco4/50L6oNixVSds2OkRKutFQ0zYcXyny7P2Z5 xNrmOobq3fzj3fzSkHAttdt+m5ima7NLJvIwLY9Cx0HQ0wYtZU3oJWMnTFsHP643DnNF hPow== X-Received: by 10.182.40.165 with SMTP id y5mr16963206obk.21.1436711230872; Sun, 12 Jul 2015 07:27:10 -0700 (PDT) X-Mailer: git-send-email 2.1.0 Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 33 Organization: linux.* mail to news gateway X-Original-Cc: linux-kernel@vger.kernel.org, arm@kernel.org, Will Deacon X-Original-Date: Sun, 12 Jul 2015 09:26:51 -0500 X-Original-Message-ID: <1436711211-18223-14-git-send-email-robh@kernel.org> X-Original-References: <1436711211-18223-1-git-send-email-robh@kernel.org> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: aioe.org linux.kernel:1182365 Now that all users of set_irq_flags and custom flags are converted to genirq functions, the ARM specific set_irq_flags can be removed. Signed-off-by: Rob Herring Acked-by: Catalin Marinas Cc: Will Deacon Cc: linux-arm-kernel@lists.infradead.org --- arch/arm64/include/asm/hardirq.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm64/include/asm/hardirq.h b/arch/arm64/include/asm/hardirq.h index 6aae421..1679d22 100644 --- a/arch/arm64/include/asm/hardirq.h +++ b/arch/arm64/include/asm/hardirq.h @@ -47,9 +47,4 @@ static inline void ack_bad_irq(unsigned int irq) irq_err_count++; } -/* - * No arch-specific IRQ flags. - */ -#define set_irq_flags(irq, flags) - #endif /* __ASM_HARDIRQ_H */ -- 2.1.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/