summaryrefslogtreecommitdiff
path: root/fs/exofs
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-15 00:02:34 +0200
committerInki Dae <inki.dae@samsung.com>2014-10-15 20:05:16 +0900
commit824b3cb5afdee43926d7b1a757f92a76a5805118 (patch)
tree542b2734b24866dcfc7d03b3243c22c3f0eae2e7 /fs/exofs
parent5cc97f2d7320e411d19533db8445aeef27286f5d (diff)
downloadlinux-3.10-824b3cb5afdee43926d7b1a757f92a76a5805118.tar.gz
linux-3.10-824b3cb5afdee43926d7b1a757f92a76a5805118.tar.bz2
linux-3.10-824b3cb5afdee43926d7b1a757f92a76a5805118.zip
drm/gem: move drm_gem_object_handle_unreference_unlocked into drm_gem.c
We have three callers of this function now and it's neither performance critical nor really small. So an inline function feels like overkill and unecessarily separates the different parts of the code. Since all callers of drm_gem_object_handle_free are now in drm_gem.c we can make that static (and remove the unused EXPORT_SYMBOL). To avoid a forward declaration move it (and drm_gem_object_free_bug) up a bit. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'fs/exofs')
0 files changed, 0 insertions, 0 deletions