Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4104 → Rev 4246

/drivers/video/drm/drm_gem.c
484,8 → 484,6
* Note that the name does not hold a reference; when the object
* is freed, the name goes away.
*/
 
#if 0
int
drm_gem_flink_ioctl(struct drm_device *dev, void *data,
struct drm_file *file_priv)
572,6 → 570,7
return 0;
}
 
#if 0
/**
* Called at device open time, sets up the structure for handling refcounting
* of mm objects.