]> git.baikalelectronics.ru Git - kernel.git/commit
drm/atmel-hlcdc: Make ->reset() implementation static
authorThierry Reding <treding@nvidia.com>
Mon, 11 Jul 2016 10:19:40 +0000 (12:19 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Tue, 6 Sep 2016 12:46:16 +0000 (14:46 +0200)
commite02f33e47ce457419e7c37b1bccbd962d3c4e8c9
treefc972b9f160e5e84e27a6b5892a1476f29b6082b
parent0125cbe32201568f726218690aedfe2d963445b6
drm/atmel-hlcdc: Make ->reset() implementation static

The atmel_hlcdc_crtc_reset() function is never used outside the file and
can be static. This avoids a warning from sparse.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c