Re: [Intel-gfx] [PATCH 5/5] drm/i915: make intel_cpt_verify_modeset static

2013-05-02 Thread Paulo Zanoni
2013/5/1 Daniel Vetter : > Only one caller. Also drop the intel_ prefix as is now customary for > platform specific and static functions. > > Signed-off-by: Daniel Vetter Reviewed-by: Paulo Zanoni > --- > drivers/gpu/drm/i915/intel_display.c | 4 ++-- > drivers/gpu/drm/i915/intel_drv.h | 1

[Intel-gfx] [PATCH 5/5] drm/i915: make intel_cpt_verify_modeset static

2013-05-01 Thread Daniel Vetter
Only one caller. Also drop the intel_ prefix as is now customary for platform specific and static functions. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c | 4 ++-- drivers/gpu/drm/i915/intel_drv.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/