drm: drm_bo_mmap_locked() is static.

Signed-off-by: Pekka Paalanen <pq@iki.fi>
This commit is contained in:
Pekka Paalanen 2009-03-01 23:53:02 +02:00
parent a6dd0afa87
commit d3f25ccca8

View file

@ -870,8 +870,7 @@ static struct vm_operations_struct drm_bo_vm_ops = {
* \param map The buffer object drm map.
* \return zero on success or a negative number on failure.
*/
int drm_bo_mmap_locked(struct vm_area_struct *vma,
static int drm_bo_mmap_locked(struct vm_area_struct *vma,
struct file *filp,
drm_local_map_t *map)
{