summaryrefslogtreecommitdiff
path: root/src/compath.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-13Initial import15.6-2Tobias Klauser1-0/+213
commit-info'> authorArnd Bergmann <arnd@arndb.de>2016-04-16 22:41:46 +0200 committerRob Clark <robdclark@gmail.com>2016-05-08 10:22:16 -0400 commit6979cd54c0667189bb0805c0fcebfef8afc5a191 (patch) treeeb068229de661eefaf1bc21f9088e168cdfaf99f parent2755734390c18ca33d9755c9caa2685567563c19 (diff)
drm: msm: remove unused variable
A recent cleanup removed the only user of the 'kms' variable in msm_preclose(), causing a harmless compiler warning: drivers/gpu/drm/msm/msm_drv.c: In function 'msm_preclose': drivers/gpu/drm/msm/msm_drv.c:468:18: error: unused variable 'kms' [-Werror=unused-variable] This removes the variable as well. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: 4016260ba47a ("drm/msm: fix bug after preclose removal") Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat