From 050e4f0f5bfb84f7b3182de47d00aa8acd2ed67c Mon Sep 17 00:00:00 2001 From: Philip Elcan Date: Mon, 13 May 2019 16:27:07 -0400 Subject: [PATCH] gpu: nvgpu: unit: posix: io: remove unused function Remove undefined function nvgpu_posix_io_reset_recorder() to eliminate MISRA 8.6 violation. JIRA NVGPU-3361 Change-Id: I0adcdbeef4658f3e49ca6558ca7100e2e8764257 Signed-off-by: Philip Elcan Reviewed-on: https://git-master.nvidia.com/r/2118042 GVS: Gerrit_Virtual_Submit Reviewed-by: Deepak Nibade Reviewed-by: Vaibhav Kachore Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/include/nvgpu/posix/io.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/nvgpu/include/nvgpu/posix/io.h b/drivers/gpu/nvgpu/include/nvgpu/posix/io.h index 98be4d00f..e8e7a4713 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/posix/io.h +++ b/drivers/gpu/nvgpu/include/nvgpu/posix/io.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -105,7 +105,6 @@ nvgpu_posix_io_reg_access_from_link(struct nvgpu_list_node *node) }; void nvgpu_posix_io_start_recorder(struct gk20a *g); -void nvgpu_posix_io_reset_recorder(struct gk20a *g); void nvgpu_posix_io_record_access(struct gk20a *g, struct nvgpu_reg_access *access); bool nvgpu_posix_io_check_sequence(struct gk20a *g,