From a36a6a291d3627bf1ad036fa4a7a33ea99e8ed5d Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Thu, 30 Sep 2004 21:27:59 +0000 Subject: Remove DRM() macros from core ffb driver. DaveA says he'll make it compile someday. --- linux-core/ffb_drv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'linux-core/ffb_drv.c') diff --git a/linux-core/ffb_drv.c b/linux-core/ffb_drv.c index 60cd8f74..5c4758a0 100644 --- a/linux-core/ffb_drv.c +++ b/linux-core/ffb_drv.c @@ -276,8 +276,6 @@ int ffb_presetup(drm_device_t *dev) static int postinit( struct drm_device *dev, unsigned long flags ) { - DRM(fops).get_unmapped_area = ffb_get_unmapped_area; - DRM_INFO( "Initialized %s %d.%d.%d %s on minor %d: %s\n", DRIVER_NAME, DRIVER_MAJOR, @@ -326,6 +324,7 @@ static struct drm_driver_fn ffb_driver_fn = { .ioctl = drm_ioctl, .mmap = drm_mmap, .fasync = drm_fasync, + .get_unmapped_area = ffb_get_unmapped_area, }, }; -- cgit v1.2.3