From 152dc435db9c07ff9b7128de893b4e1e4ee7c19b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 2 Jun 2008 11:12:42 +0100 Subject: [PATCH] Remove merge-duplicated dma_phony_handler --- hw/dma.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hw/dma.c b/hw/dma.c index 433ac3d9d..d23169903 100644 --- a/hw/dma.c +++ b/hw/dma.c @@ -448,13 +448,6 @@ static int dma_phony_handler (void *opaque, int nchan, int dma_pos, int dma_len) return dma_pos; } -static int dma_phony_handler (void *opaque, int nchan, int dma_pos, int dma_len) -{ - dolog ("unregistered DMA channel used nchan=%d dma_pos=%d dma_len=%d\n", - nchan, dma_pos, dma_len); - return dma_pos; -} - /* dshift = 0: 8 bit DMA, 1 = 16 bit DMA */ static void dma_init2(struct dma_cont *d, int base, int dshift, int page_base, int pageh_base) -- 2.39.5