[PATCH 1/3] drm/radeon: add missing header dependencies

2016-09-30 Thread Baoyou Xie
We get a few warnings when building kernel with W=1: drivers/gpu/drm/radeon/radeon_clocks.c:35:10: warning: no previous prototype for 'radeon_legacy_get_engine_clock' [-Wmissing-prototypes] drivers/gpu/drm/radeon/atombios_encoders.c:75:1: warning: no previous prototype for 'atombios_get_backlight

[PATCH 1/3] drm/radeon: add missing header dependencies

2016-09-30 Thread Christian König
This one and patch #3 are Reviewed-by: Christian König . Where is patch #2? That never made it into my inbox. Regards, Christian. Am 30.09.2016 um 10:13 schrieb Baoyou Xie: > We get a few warnings when building kernel with W=1: > drivers/gpu/drm/radeon/radeon_clocks.c:35:10: warning: no previo

[PATCH 1/3] drm/radeon: add missing header dependencies

2016-09-30 Thread Alex Deucher
On Fri, Sep 30, 2016 at 7:52 AM, Christian König wrote: > This one and patch #3 are Reviewed-by: Christian König > . > Applied 1 and 3, thanks! Alex > Where is patch #2? That never made it into my inbox. > > Regards, > Christian. > > > Am 30.09.2016 um 10:13 schrieb Baoyou Xie: >> >> We get a