From: Greg Ungerer Date: Mon, 26 May 2003 09:49:22 +0000 (-0700) Subject: [PATCH] don't call 68328 specific int setup X-Git-Tag: v2.5.70~25 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=694bdf7e190fe9ff58c7d8d43eaff1033a2c7df9;p=history.git [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. --- diff --git a/arch/m68knommu/platform/68EZ328/config.c b/arch/m68knommu/platform/68EZ328/config.c index b46711ce2a8c..b24e361a4750 100644 --- a/arch/m68knommu/platform/68EZ328/config.c +++ b/arch/m68knommu/platform/68EZ328/config.c @@ -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(); }