From 3d128d4bc564c714c9126ad137ca0c34e7e9a842 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Thu, 7 Jun 2007 22:12:10 +0000 Subject: [PATCH] remove VideoPortPutDmaAdapter implement sorry breaking the build it is fix 2 / 2 next commit fixing the build again svn path=/trunk/; revision=27066 --- reactos/drivers/video/videoprt/dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/video/videoprt/dma.c b/reactos/drivers/video/videoprt/dma.c index daa7505c8c5..734429d4841 100644 --- a/reactos/drivers/video/videoprt/dma.c +++ b/reactos/drivers/video/videoprt/dma.c @@ -75,7 +75,7 @@ VideoPortPutDmaAdapter( IN PVOID HwDeviceExtension, IN PVP_DMA_ADAPTER VpDmaAdapter) { - HalPutDmaAdapter((PADAPTER_OBJECT)VpDmaAdapter); + DPRINT1("unimplemented VideoPortPutDmaAdapter\n"); } /*