From: David Herrmann Date: Wed, 2 Oct 2013 09:23:36 +0000 (+0200) Subject: drm: move drm_lastclose() to drm_fops.c X-Git-Tag: v3.13-rc1~76^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c8887dd01d97781471c9a876e3a4e804bb33f31;p=pandora-kernel.git drm: move drm_lastclose() to drm_fops.c Try to keep all functions that handle DRM file_operations in drm_fops.c so internal helpers can be marked static later. This makes the split between the 3 core files more obvious: - drm_stub.c: DRM device allocation/destruction and management - drm_fops.c: DRM file_operations (except for ioctl) - drm_drv.c: Global DRM init + ioctl handling Well, ioctl handling is still spread throughout hundreds of source files, but at least the others are clearly defined this way. Signed-off-by: David Herrmann Signed-off-by: Dave Airlie --- Reading git-diff-tree failed