diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-10-02 09:23:36 (GMT) |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-10-09 05:54:48 (GMT) |
commit | 1c8887dd01d97781471c9a876e3a4e804bb33f31 (patch) | |
tree | d341be6974c01987cf5b471baca6e2d05922a075 /init | |
parent | c22f0ace1926da399d9a16dfaf09174c1b03594c (diff) | |
download | linux-1c8887dd01d97781471c9a876e3a4e804bb33f31.tar.xz |
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 <dh.herrmann@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions