]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] m68knommu/ucdimm should use generic 68328 irq setup.
authorGreg Ungerer <gerg@snapgear.com>
Tue, 11 Mar 2003 01:45:51 +0000 (17:45 -0800)
committerChristoph Hellwig <hch@lst.de>
Tue, 11 Mar 2003 01:45:51 +0000 (17:45 -0800)
This patch fixes the m68knommu ucdimm platform config to use the generic
68328 irq setup. All 68*328 family can use the same setup.

arch/m68knommu/platform/68VZ328/ucdimm/config.c

index 77575385778da664b666940edd93c76d7a49132c..dced56ccb9d245f3d33114a4124022ff97c8de2a 100644 (file)
@@ -115,5 +115,5 @@ void config_BSP(char *command, int len)
        mach_gettod          = BSP_gettod;
        mach_reset           = BSP_reset;
 
-       config_M68VZ328_irq();
+       config_M68328_irq();
 }