From 7e273a943e0a068aa68b85acb551be9a37239355 Mon Sep 17 00:00:00 2001 From: Konsta Holtta Date: Wed, 12 Apr 2017 13:47:54 +0300 Subject: gpu: nvgpu: make gk20a_channel_worker_enqueue static This function is local to the file it lives in, so mark it static. Bug 200067946 Change-Id: I5cbd466b16edd089092f74af6ca4547bd0bd3614 Signed-off-by: Konsta Holtta Reviewed-on: http://git-master/r/1461380 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/channel_gk20a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.c') diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c index 77d9dc60..31c2c9ae 100644 --- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c @@ -1847,7 +1847,7 @@ void nvgpu_channel_worker_deinit(struct gk20a *g) * because in that case it has been scheduled already but has not yet been * processed. */ -void gk20a_channel_worker_enqueue(struct channel_gk20a *ch) +static void gk20a_channel_worker_enqueue(struct channel_gk20a *ch) { struct gk20a *g = ch->g; -- cgit v1.2.2