[PATCH] drm/radeon/si/ci: make u8 static arrays constant

2014-11-10 Thread Dave Airlie
From: Dave Airlie These two arrays don't change, just make them constant, reduces data segment by a few bytes. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/ci_smc.c | 2 +- drivers/gpu/drm/radeon/si_smc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/g

[PATCH] drm/radeon/si/ci: make u8 static arrays constant

2014-11-10 Thread Alex Deucher
On Mon, Nov 10, 2014 at 1:51 AM, Dave Airlie wrote: > From: Dave Airlie > > These two arrays don't change, just make them constant, > reduces data segment by a few bytes. Applied to my -next tree. Thanks! Alex > > Signed-off-by: Dave Airlie > --- > drivers/gpu/drm/radeon/ci_smc.c | 2 +- >