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)
commit1ba7db07ccc2825669d6e376632316813a072887
treefc972b9f160e5e84e27a6b5892a1476f29b6082b
parentd31ed3f05763644840c654a384eaefa94c097ba2
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