2015-07-07 21:19:03

by Joel Porquet

[permalink] [raw]
Subject: [PATCH 5/5] 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 <[email protected]>
---
drivers/irqchip/irqchip.h | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 drivers/irqchip/irqchip.h

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 <[email protected]>
- *
- * 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>
--
2.4.5


Subject: [tip:irq/core] irqchip: Remove header drivers/irqchip/irqchip.h

Commit-ID: 0b7367017087cfe6f4514eb9e9c108ac8d6a101b
Gitweb: http://git.kernel.org/tip/0b7367017087cfe6f4514eb9e9c108ac8d6a101b
Author: Joel Porquet <[email protected]>
AuthorDate: Tue, 7 Jul 2015 17:18:23 -0400
Committer: Thomas Gleixner <[email protected]>
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 <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/2818400.nekF4hg2Ig@joel-zenbook
Signed-off-by: Thomas Gleixner <[email protected]>
---
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 <[email protected]>
- *
- * 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>