提交 3c1d08d7 编写于 作者: K Kirill A. Shutemov 提交者: Dave Airlie

gma500: mark psb_intel_pipe_set_base() as static

Signed-off-by: NKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: NAlan Cox <alan@linux.intel.com>
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 412a3df1
...@@ -333,7 +333,7 @@ void psb_intel_wait_for_vblank(struct drm_device *dev) ...@@ -333,7 +333,7 @@ void psb_intel_wait_for_vblank(struct drm_device *dev)
mdelay(20); 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) int x, int y, struct drm_framebuffer *old_fb)
{ {
struct drm_device *dev = crtc->dev; struct drm_device *dev = crtc->dev;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册