]> git.hungrycats.org Git - linux/commitdiff
[PATCH] remove 68328 arch specific irq init
authorGreg Ungerer <gerg@snapgear.com>
Sun, 15 Jun 2003 20:17:56 +0000 (13:17 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 15 Jun 2003 20:17:56 +0000 (13:17 -0700)
We no longer use sub-architecture speicific interrupt setups
in the m68knommu branch. Remove obsolete call to 68328 irq
init.

arch/m68knommu/platform/68328/config.c

index 8421c194d40a5177de10610fb8bfeb8ef8a0b5a3..e9bce97af4e61b3a29532af86ae4e74a82204451 100644 (file)
@@ -122,6 +122,4 @@ void config_BSP(char *command, int len)
   mach_hwclk           = NULL;
   mach_set_clock_mmss  = NULL;
   mach_reset           = BSP_reset;
-
-  config_M68328_irq();
 }