[PATCH 22/85] drivers: gpu: Mark functions as static in radeon_device.c

2014-01-09 Thread Alex Deucher
On Wed, Jan 8, 2014 at 7:07 PM, Josh Triplett wrote: > On Wed, Jan 08, 2014 at 11:40:28AM -0500, Alex Deucher wrote: >> On Mon, Jan 6, 2014 at 10:21 AM, Rashika Kheria >> wrote: >> > Mark functions radeon_doorbell_init() and radeon_doorbell_fini() as >> > static in drm/radeon/radeon_device.c beca

[PATCH 22/85] drivers: gpu: Mark functions as static in radeon_device.c

2014-01-08 Thread Josh Triplett
On Wed, Jan 08, 2014 at 11:40:28AM -0500, Alex Deucher wrote: > On Mon, Jan 6, 2014 at 10:21 AM, Rashika Kheria > wrote: > > Mark functions radeon_doorbell_init() and radeon_doorbell_fini() as > > static in drm/radeon/radeon_device.c because they are not used outside > > this file. > > > > This el

[PATCH 22/85] drivers: gpu: Mark functions as static in radeon_device.c

2014-01-08 Thread Alex Deucher
On Mon, Jan 6, 2014 at 10:21 AM, Rashika Kheria wrote: > Mark functions radeon_doorbell_init() and radeon_doorbell_fini() as > static in drm/radeon/radeon_device.c because they are not used outside > this file. > > This eliminates the following warning in drm/radeon/radeon_device.c: > drivers/gpu/

[PATCH 22/85] drivers: gpu: Mark functions as static in radeon_device.c

2014-01-06 Thread Rashika Kheria
Mark functions radeon_doorbell_init() and radeon_doorbell_fini() as static in drm/radeon/radeon_device.c because they are not used outside this file. This eliminates the following warning in drm/radeon/radeon_device.c: drivers/gpu/drm/radeon/radeon_device.c:252:5: warning: no previous prototype f