From f08e5e2132b53f59ccc7e7c6475d7c774591bd64 Mon Sep 17 00:00:00 2001 From: Greg Ungerer <gerg@snapgear.com> Date: Sun, 15 Jun 2003 13:17:56 -0700 Subject: [PATCH] [PATCH] remove 68328 arch specific irq init 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/m68knommu/platform/68328/config.c b/arch/m68knommu/platform/68328/config.c index 8421c194d40a..e9bce97af4e6 100644 --- a/arch/m68knommu/platform/68328/config.c +++ b/arch/m68knommu/platform/68328/config.c @@ -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(); } -- 2.30.9