]> 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)
commit11306725a18108f8d0cb8c00b8fff5b14eb83960
treefc972b9f160e5e84e27a6b5892a1476f29b6082b
parentaf90f22bf44f3955671b3a5947969437c66b147e
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