]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/fb-helper: Remove unused gamma_size variable
authorNoralf Trønnes <noralf@tronnes.org>
Tue, 26 Mar 2019 17:55:31 +0000 (18:55 +0100)
committerNoralf Trønnes <noralf@tronnes.org>
Wed, 3 Apr 2019 09:02:52 +0000 (11:02 +0200)
commitb9ed8cff037b8586365d0eb15a3da969ea39ffc9
tree19033d59e2467225beac8125668b557de50e84ec
parenta719004282c0b74974620d81c521c83a850a97cc
drm/fb-helper: Remove unused gamma_size variable

The gamma_size variable has not been used since
commit 4abe35204af8 ("drm/kms/fb: use slow work mechanism for normal hotplug also.")

While in the area move a comment back to its code block.
They got separated by
commit d50ba256b5f1 ("drm/kms: start adding command line interface using fb.").

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190326175546.18126-2-noralf@tronnes.org
drivers/gpu/drm/drm_fb_helper.c