1
0
Fork 0

gma500: mark psb_intel_pipe_set_base() as static

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
hifive-unleashed-5.1
Kirill A. Shutemov 2012-03-08 16:14:44 +00:00 committed by Dave Airlie
parent 412a3df1ce
commit 3c1d08d7af
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ void psb_intel_wait_for_vblank(struct drm_device *dev)
mdelay(20);
}
int psb_intel_pipe_set_base(struct drm_crtc *crtc,
static int psb_intel_pipe_set_base(struct drm_crtc *crtc,
int x, int y, struct drm_framebuffer *old_fb)
{
struct drm_device *dev = crtc->dev;