From 9583c099b4a08b49e03f7b461c344b6d277fd262 Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Wed, 10 Dec 2008 15:47:28 -0800 Subject: Revert "Merge branch 'modesetting-gem'" This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff. --- linux-core/drm_dma.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'linux-core/drm_dma.c') diff --git a/linux-core/drm_dma.c b/linux-core/drm_dma.c index 1e6aeefd..f7bff0ac 100644 --- a/linux-core/drm_dma.c +++ b/linux-core/drm_dma.c @@ -58,7 +58,6 @@ int drm_dma_setup(struct drm_device *dev) return 0; } -EXPORT_SYMBOL(drm_dma_setup); /** * Cleanup the DMA resources. @@ -121,7 +120,6 @@ void drm_dma_takedown(struct drm_device *dev) drm_free(dev->dma, sizeof(*dev->dma), DRM_MEM_DRIVER); dev->dma = NULL; } -EXPORT_SYMBOL(drm_dma_takedown); /** * Free a buffer. -- cgit v1.2.3