Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1948117AbbGaVw0 (ORCPT ); Fri, 31 Jul 2015 17:52:26 -0400 Received: from terminus.zytor.com ([198.137.202.10]:36351 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755410AbbGaVwY (ORCPT ); Fri, 31 Jul 2015 17:52:24 -0400 Date: Fri, 31 Jul 2015 14:52:13 -0700 From: tip-bot for Joel Porquet Message-ID: Cc: tglx@linutronix.de, mingo@kernel.org, joel@porquet.org, hpa@zytor.com, linux-kernel@vger.kernel.org Reply-To: linux-kernel@vger.kernel.org, tglx@linutronix.de, joel@porquet.org, mingo@kernel.org, hpa@zytor.com In-Reply-To: <2818400.nekF4hg2Ig@joel-zenbook> References: <2818400.nekF4hg2Ig@joel-zenbook> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/core] irqchip: Remove header drivers/irqchip/irqchip.h Git-Commit-ID: 0b7367017087cfe6f4514eb9e9c108ac8d6a101b 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: 1648 Lines: 46 Commit-ID: 0b7367017087cfe6f4514eb9e9c108ac8d6a101b Gitweb: http://git.kernel.org/tip/0b7367017087cfe6f4514eb9e9c108ac8d6a101b Author: Joel Porquet AuthorDate: Tue, 7 Jul 2015 17:18:23 -0400 Committer: Thomas Gleixner CommitDate: Fri, 31 Jul 2015 20:51:22 +0200 irqchip: Remove header drivers/irqchip/irqchip.h All drivers using the macro IRQCHIP_DECLARE have been converted to using global header include/linux/irqchip.h. Local header drivers/irqchip/irqchip.h is now useless and can be removed. Signed-off-by: Joel Porquet Cc: vgupta@synopsys.com Cc: monstr@monstr.eu Cc: ralf@linux-mips.org Cc: jason@lakedaemon.net Link: http://lkml.kernel.org/r/2818400.nekF4hg2Ig@joel-zenbook Signed-off-by: Thomas Gleixner --- drivers/irqchip/irqchip.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/drivers/irqchip/irqchip.h b/drivers/irqchip/irqchip.h deleted file mode 100644 index 0f67ae3..0000000 --- a/drivers/irqchip/irqchip.h +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Copyright (C) 2012 Thomas Petazzoni - * - * Thomas Petazzoni - * - * This file is licensed under the terms of the GNU General Public - * License version 2. This program is licensed "as is" without any - * warranty of any kind, whether express or implied. - */ - -#include -- 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/