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 <pelcan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2118042
GVS: Gerrit_Virtual_Submit
Reviewed-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Philip Elcan
2019-05-13 16:27:07 -04:00
committed by mobile promotions
parent 5a0a711464
commit 050e4f0f5b

View File

@@ -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 * Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"), * 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_start_recorder(struct gk20a *g);
void nvgpu_posix_io_reset_recorder(struct gk20a *g);
void nvgpu_posix_io_record_access(struct gk20a *g, void nvgpu_posix_io_record_access(struct gk20a *g,
struct nvgpu_reg_access *access); struct nvgpu_reg_access *access);
bool nvgpu_posix_io_check_sequence(struct gk20a *g, bool nvgpu_posix_io_check_sequence(struct gk20a *g,