]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] don't call 68328 specific int setup
authorGreg Ungerer <gerg@snapgear.com>
Mon, 26 May 2003 09:49:22 +0000 (02:49 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 26 May 2003 09:49:22 +0000 (02:49 -0700)
No longer need to call the hardware specific int setup.

This is now done in the common int handler for 68328
sub-architecture.

arch/m68knommu/platform/68EZ328/config.c

index b46711ce2a8c2e997e5ab74199b6c290d2e9da0b..b24e361a47505aedbe5dfebd236311291ce6db35 100644 (file)
@@ -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();
 }