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)
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>

No differences found