drm/fb-helper: remove unused members of struct drm_fb_helper
Spotted by Rob Clark. Reviewed-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
		
					parent
					
						
							
								1b1d539705
							
						
					
				
			
			
				commit
				
					
						a065b46a01
					
				
			
		
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -77,9 +77,7 @@ struct drm_fb_helper_connector {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct drm_fb_helper {
 | 
					struct drm_fb_helper {
 | 
				
			||||||
	struct drm_framebuffer *fb;
 | 
						struct drm_framebuffer *fb;
 | 
				
			||||||
	struct drm_framebuffer *saved_fb;
 | 
					 | 
				
			||||||
	struct drm_device *dev;
 | 
						struct drm_device *dev;
 | 
				
			||||||
	struct drm_display_mode *mode;
 | 
					 | 
				
			||||||
	int crtc_count;
 | 
						int crtc_count;
 | 
				
			||||||
	struct drm_fb_helper_crtc *crtc_info;
 | 
						struct drm_fb_helper_crtc *crtc_info;
 | 
				
			||||||
	int connector_count;
 | 
						int connector_count;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue