Skip to content

Commit

Permalink
drm/armada: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Christ <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
Stefan Christ authored and Russell King committed Nov 17, 2016
1 parent 244a241 commit 6f3723c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions drivers/gpu/drm/armada/armada_fbdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,10 @@

static /*const*/ struct fb_ops armada_fb_ops = {
.owner = THIS_MODULE,
.fb_check_var = drm_fb_helper_check_var,
.fb_set_par = drm_fb_helper_set_par,
DRM_FB_HELPER_DEFAULT_OPS,
.fb_fillrect = drm_fb_helper_cfb_fillrect,
.fb_copyarea = drm_fb_helper_cfb_copyarea,
.fb_imageblit = drm_fb_helper_cfb_imageblit,
.fb_pan_display = drm_fb_helper_pan_display,
.fb_blank = drm_fb_helper_blank,
.fb_setcmap = drm_fb_helper_setcmap,
.fb_debug_enter = drm_fb_helper_debug_enter,
.fb_debug_leave = drm_fb_helper_debug_leave,
};

static int armada_fb_create(struct drm_fb_helper *fbh,
Expand Down

0 comments on commit 6f3723c

Please sign in to comment.