ramips: remove unwanted change from patch
Remove unwanted change to irq-mips-gic.c from mt7621 support patch Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com> SVN-Revision: 47907
This commit is contained in:
parent
43422a634b
commit
1c5136c4c3
1 changed files with 0 additions and 11 deletions
|
@ -418,14 +418,3 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
|
|||
+ if (!register_vsmp_smp_ops())
|
||||
+ return;
|
||||
+}
|
||||
--- a/drivers/irqchip/irq-mips-gic.c
|
||||
+++ b/drivers/irqchip/irq-mips-gic.c
|
||||
@@ -862,7 +862,7 @@ void __init gic_init(unsigned long gic_b
|
||||
__gic_init(gic_base_addr, gic_addrspace_size, cpu_vec, irqbase, NULL);
|
||||
}
|
||||
|
||||
-static int __init gic_of_init(struct device_node *node,
|
||||
+int __init gic_of_init(struct device_node *node,
|
||||
struct device_node *parent)
|
||||
{
|
||||
struct resource res;
|
||||
|
|
Loading…
Reference in a new issue