diff options
author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-04-12 08:53:03 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-04-12 08:53:03 -0700 |
commit | f2e3d790ac05b2792e795f47fee32fe896a096cc (patch) | |
tree | abce7fe7279304176addf564dd34bf5f5f66855f /linux-core | |
parent | e8bd9fdf31bf3db91431b69ce1fc8d419148c838 (diff) |
Revert "Export drm_setup for use by new driver init code.", we don't really want to use this function
This reverts commit e114b981bc291049fa6996d487334a408acc1ce2.
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/drm_fops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux-core/drm_fops.c b/linux-core/drm_fops.c index 6f0465fd..d400a4d5 100644 --- a/linux-core/drm_fops.c +++ b/linux-core/drm_fops.c @@ -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. |