From: janitor@sternwelten.at

caught by Domen Puncer <domen@coderock.org>

Signed-off-by: Maximilian Attems <janitor@sternwelten.at>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/arm26/machine/dma.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/arm26/machine/dma.c~janitor-fix-typo-arm-dma-arch-arm26-machine-dmac arch/arm26/machine/dma.c
--- 25/arch/arm26/machine/dma.c~janitor-fix-typo-arm-dma-arch-arm26-machine-dmac	Thu Sep 23 15:46:02 2004
+++ 25-akpm/arch/arm26/machine/dma.c	Thu Sep 23 15:46:02 2004
@@ -47,7 +47,7 @@ static void arc_floppy_data_enable_dma(d
 			&fdc1772_dma_read_end - &fdc1772_dma_read);
 		fdc1772_setupdma(dma->buf.length, dma->buf.__address); /* Sets data pointer up */
 		enable_fiq(FIQ_FLOPPYDATA);
-		loacl_irq_restore(flags);
+		local_irq_restore(flags);
 	   }
 	   break;
 
_