From 3aef3841d0c8099a97a56a285f0a21d9147405bd Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Thu, 30 Sep 2004 18:13:33 +0000 Subject: Make fops per driver instead of global, remove default flush, poll, read functions --- linux-core/drm_vm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-core/drm_vm.c') diff --git a/linux-core/drm_vm.c b/linux-core/drm_vm.c index 0895a5bc..e9ec7fac 100644 --- a/linux-core/drm_vm.c +++ b/linux-core/drm_vm.c @@ -670,3 +670,4 @@ int drm_mmap(struct file *filp, struct vm_area_struct *vma) drm_vm_open(vma); return 0; } +EXPORT_SYMBOL(drm_mmap); -- cgit v1.2.3