Skip to content

Commit

Permalink
drm/fb-helper: remove unused members of struct drm_fb_helper
Browse files Browse the repository at this point in the history
Spotted by Rob Clark.

Reviewed-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Daniel Vetter committed Feb 13, 2013
1 parent 1b1d539 commit a065b46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/drm/drm_fb_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ struct drm_fb_helper_connector {

struct drm_fb_helper {
struct drm_framebuffer *fb;
struct drm_framebuffer *saved_fb;
struct drm_device *dev;
struct drm_display_mode *mode;
int crtc_count;
struct drm_fb_helper_crtc *crtc_info;
int connector_count;
Expand Down

0 comments on commit a065b46

Please sign in to comment.