Revert "Export drm_setup for use by new driver init code.", we don't really want...
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>
Thu, 12 Apr 2007 15:53:03 +0000 (08:53 -0700)
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>
Thu, 12 Apr 2007 15:53:03 +0000 (08:53 -0700)
This reverts commit e114b981bc291049fa6996d487334a408acc1ce2.

linux-core/drm_fops.c

index 6f0465f..d400a4d 100644 (file)
@@ -41,7 +41,7 @@
 static int drm_open_helper(struct inode *inode, struct file *filp,
                           drm_device_t * dev);
 
-int drm_setup(drm_device_t * dev)
+static int drm_setup(drm_device_t * dev)
 {
        drm_local_map_t *map;
        int i;
@@ -121,7 +121,6 @@ int drm_setup(drm_device_t * dev)
 
        return 0;
 }
-EXPORT_SYMBOL(drm_setup);
 
 /**
  * Open file.