Commit 694bdf7e authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] don't call 68328 specific int setup

No longer need to call the hardware specific int setup.

This is now done in the common int handler for 68328
sub-architecture.
parent c0af7cb7
......@@ -126,6 +126,4 @@ void config_BSP(char *command, int len)
mach_hwclk = NULL;
mach_set_clock_mmss = NULL;
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