projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb53b4e
)
genirq: remove unused hw_irq_controller typedef
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 9 Mar 2009 20:48:32 +0000
(21:48 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Fri, 13 Mar 2009 13:32:28 +0000
(14:32 +0100)
hw_irq_controller is unused. Remove the typedef
Impact: cleanup
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/irq.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/irq.h
b/include/linux/irq.h
index 737eafbc1f3d2b27938246a06e389544f9a2e019..7c07a09931dbd20d82bac76f57d3158c2b14dea1 100644
(file)
--- a/
include/linux/irq.h
+++ b/
include/linux/irq.h
@@
-226,7
+226,6
@@
irq_remap_to_desc(unsigned int irq, struct irq_desc *desc)
* Migration helpers for obsolete names, they will go away:
*/
#define hw_interrupt_type irq_chip
-typedef struct irq_chip hw_irq_controller;
#define no_irq_type no_irq_chip
typedef struct irq_desc irq_desc_t;