[PATCH 2/3] drm/radeon: clean function declarations up

2016-09-30 Thread Baoyou Xie
We get a few warnings when building kernel with W=1: drivers/gpu/drm/radeon/radeon_device.c:642:6: warning: no previous prototype for 'radeon_device_is_virtual' [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_kms.c:56:5: warning: no previous prototype for 'radeon_driver_unload_kms' [-Wmissin

[PATCH 2/3] drm/radeon: clean function declarations up

2016-09-30 Thread Christian König
Ah! Here is patch #2. I'm indeed not deeply into the atombios stuff, so it probably was correct to not CC me :) Anyway patch is Acked-by: Christian König . Cheers, Christian. Am 30.09.2016 um 10:14 schrieb Baoyou Xie: > We get a few warnings when building kernel with W=1: > drivers/gpu/drm/rad

[PATCH 2/3] drm/radeon: clean function declarations up

2016-09-30 Thread Deucher, Alexander
.de; baoyou.xie at linaro.org; xie.baoyou at zte.com.cn; > han.fei at zte.com.cn; tang.qiang007 at zte.com.cn > Subject: [PATCH 2/3] drm/radeon: clean function declarations up > > We get a few warnings when building kernel with W=1: > drivers/gpu/drm/radeon/radeon_device.c:642:6: war