[PATCH 10/15] drm: Make drm_crtc_convert_{umode, to_umode} static and constify their params

2012-03-13 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? drm_crtc_convert_umode() and drm_crtc_convert_to_umode() are never used outside drm_crtc.c, so make them static. Also make the input mode structure const for both functions. Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/drm_crtc.c |8

[PATCH 10/15] drm: Make drm_crtc_convert_{umode, to_umode} static and constify their params

2012-03-13 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com drm_crtc_convert_umode() and drm_crtc_convert_to_umode() are never used outside drm_crtc.c, so make them static. Also make the input mode structure const for both functions. Signed-off-by: Ville Syrjälä ville.syrj...@linux.intel.com ---