Commit b1731965 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Russell King

[ARM PATCH] 2478/1: Remove NULL initializers

Patch from Thomas Gleixner

Remove NULL initializers of static variables.

Signed-off-by: Thomas Gleixner
Signed-off-by: Russell King
parent ecf9445a
......@@ -103,10 +103,7 @@ void __init shark_init_irq(void)
//request_region(0xA0,0x2,"pic2");
cascade.handler = bogus_int;
cascade.flags = 0;
cascade.name = "cascade";
cascade.next = NULL;
cascade.dev_id = NULL;
setup_irq(2,&cascade);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment