From ee168385aa32e8e4a6fcc3ed35ae4e9bc88bdf1d Mon Sep 17 00:00:00 2001 From: Konsta Holtta Date: Wed, 12 Apr 2017 13:43:39 +0300 Subject: gpu: nvgpu: include ioctl_as.h in ioctl_as.c Bring as ioctl function declarations to where they are implemented. Bug 200067946 Change-Id: Ia8ec47e9449d69ce1957fb235229a2822e3bb86d Signed-off-by: Konsta Holtta Reviewed-on: http://git-master/r/1461378 Reviewed-by: svccoveritychecker Reviewed-by: Terje Bergstrom GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam Tested-by: Sachin Nikam --- drivers/gpu/nvgpu/common/linux/ioctl_as.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/common') diff --git a/drivers/gpu/nvgpu/common/linux/ioctl_as.c b/drivers/gpu/nvgpu/common/linux/ioctl_as.c index ff9787db..bedaea3d 100644 --- a/drivers/gpu/nvgpu/common/linux/ioctl_as.c +++ b/drivers/gpu/nvgpu/common/linux/ioctl_as.c @@ -21,6 +21,7 @@ #include #include "gk20a/gk20a.h" +#include "ioctl_as.h" static int gk20a_as_ioctl_bind_channel( struct gk20a_as_share *as_share, -- cgit v1.2.2