drm: omapdrm: Avoid function forward declaration in omap_crtc.c
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 14 Jan 2015 22:45:17 +0000 (00:45 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 20 Mar 2015 12:30:20 +0000 (14:30 +0200)
commit8472b5708ebaabf4568fe53672db7567e94c4c65
tree6f2f743e51f8890df185cbd75719fac0b1fea866
parent297767b68146f2355dfb10cb57185bef7769dfd9
drm: omapdrm: Avoid function forward declaration in omap_crtc.c

Move the set_enabled function to avoid the forward declaration. While at
it prefix it with omap_crtc_ like most other functions in the file, and
fix the comment stating in which contexts the function is called.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/omapdrm/omap_crtc.c