Export drm_setup for use by new driver init code.

main
Jesse Barnes 2007-04-10 10:31:58 -07:00
parent b59285d738
commit e114b981bc
1 changed files with 2 additions and 1 deletions

View File

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