]> git.baikalelectronics.ru Git - kernel.git/commit
drm: remove drm_mode_object_{un/reference} aliases
authorHaneen Mohammed <hamohammed.sa@gmail.com>
Mon, 19 Mar 2018 05:58:20 +0000 (01:58 -0400)
committerSean Paul <seanpaul@chromium.org>
Mon, 19 Mar 2018 13:09:46 +0000 (09:09 -0400)
commit2d009c3a0224ef615cee6349fb4222a2f7b2a18d
tree089c4a8366430f12adf36f4f49bb675beb7c517c
parent3848b940cd2db376cc988e93ccc1fbd2ce25a45e
drm: remove drm_mode_object_{un/reference} aliases

This patch remove the compatibility aliases
drm_mode_object_{reference/unreference} of drm_mode_object_{get/put}
since all callers have been converted to the prefered _{get/put}.

Remove the helpers from the semantic patch drm-get-put-cocci.

Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180319055820.GA17502@haneen-VirtualBox
include/drm/drm_mode_object.h
scripts/coccinelle/api/drm-get-put.cocci