Commit 940d8f82 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] don't call 68328 specific int setup (in 68VZ328)

No longer need to call the 68328 specific int setup. Now all
done by the common 68328 int handler code.
parent 694bdf7e
......@@ -114,6 +114,4 @@ void config_BSP(char *command, int len)
mach_gettimeoffset = BSP_gettimeoffset;
mach_gettod = BSP_gettod;
mach_reset = BSP_reset;
config_M68328_irq();
}
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