]> git.karo-electronics.de Git - linux-beck.git/commitdiff
irqchip: Remove header drivers/irqchip/irqchip.h
authorJoel Porquet <joel@porquet.org>
Tue, 7 Jul 2015 21:18:23 +0000 (17:18 -0400)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 31 Jul 2015 18:51:22 +0000 (20:51 +0200)
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 <joel@porquet.org>
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 <tglx@linutronix.de>
drivers/irqchip/irqchip.h [deleted file]

diff --git a/drivers/irqchip/irqchip.h b/drivers/irqchip/irqchip.h
deleted file mode 100644 (file)
index 0f67ae3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * Copyright (C) 2012 Thomas Petazzoni
- *
- * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
- *
- * 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 <linux/irqchip.h>