Re: [PATCH][drm-next] drm/tinydrm: make function st7586_pipe_enable static

2017-08-16 Thread Noralf Trønnes


Den 16.08.2017 17.46, skrev David Lechner:

On 08/16/2017 04:23 AM, Colin King wrote:

From: Colin Ian King 

The function st7586_pipe_enable  is local to the source
and does not need to be in global scope, so make it static.

Cleans up sparse warning:
symbol 'st7586_pipe_enable' was not declared. Should it be static?

Signed-off-by: Colin Ian King 
---


Acked-By: David Lechner 


Thanks, applied to drm-misc.

Noralf.



Re: [PATCH][drm-next] drm/tinydrm: make function st7586_pipe_enable static

2017-08-16 Thread Noralf Trønnes


Den 16.08.2017 17.46, skrev David Lechner:

On 08/16/2017 04:23 AM, Colin King wrote:

From: Colin Ian King 

The function st7586_pipe_enable  is local to the source
and does not need to be in global scope, so make it static.

Cleans up sparse warning:
symbol 'st7586_pipe_enable' was not declared. Should it be static?

Signed-off-by: Colin Ian King 
---


Acked-By: David Lechner 


Thanks, applied to drm-misc.

Noralf.



Re: [PATCH][drm-next] drm/tinydrm: make function st7586_pipe_enable static

2017-08-16 Thread David Lechner

On 08/16/2017 04:23 AM, Colin King wrote:

From: Colin Ian King 

The function st7586_pipe_enable  is local to the source
and does not need to be in global scope, so make it static.

Cleans up sparse warning:
symbol 'st7586_pipe_enable' was not declared. Should it be static?

Signed-off-by: Colin Ian King 
---


Acked-By: David Lechner 


Re: [PATCH][drm-next] drm/tinydrm: make function st7586_pipe_enable static

2017-08-16 Thread David Lechner

On 08/16/2017 04:23 AM, Colin King wrote:

From: Colin Ian King 

The function st7586_pipe_enable  is local to the source
and does not need to be in global scope, so make it static.

Cleans up sparse warning:
symbol 'st7586_pipe_enable' was not declared. Should it be static?

Signed-off-by: Colin Ian King 
---


Acked-By: David Lechner