mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 03:40:10 +01:00
Revert "Export drm_setup for use by new driver init code.", we don't really want to use this function
This reverts commit e114b981bc.
This commit is contained in:
parent
e8bd9fdf31
commit
f2e3d790ac
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue