[PATCH] drm/gma500: make function static to eliminate compiling warning

2016-11-08 Thread Daniel Vetter
On Tue, Nov 01, 2016 at 11:49:45AM +0800, Jiang Biao wrote: > psb_gtt_remove is only used in this file, and make it static to > eliminate missing-prototypes compiling warning. > > Signed-off-by: Jiang Biao Applied to drm-misc, thanks. -Daniel > --- > drivers/gpu/drm/gma500/gtt.c | 2 +- > 1 f

[PATCH] drm/gma500: make function static to eliminate compiling warning

2016-11-01 Thread Jiang Biao
psb_gtt_remove is only used in this file, and make it static to eliminate missing-prototypes compiling warning. Signed-off-by: Jiang Biao --- drivers/gpu/drm/gma500/gtt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/gtt.c b/drivers/gpu/drm/gma500/gt