diff --git a/drivers/gpu/nvgpu/include/nvgpu/gops_userd.h b/drivers/gpu/nvgpu/include/nvgpu/gops_userd.h index 5db53044c..5ed60c07f 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/gops_userd.h +++ b/drivers/gpu/nvgpu/include/nvgpu/gops_userd.h @@ -22,6 +22,7 @@ #ifndef NVGPU_GOPS_USERD_H #define NVGPU_GOPS_USERD_H +/** @cond DOXYGEN_SHOULD_SKIP_THIS */ #include struct gk20a; @@ -40,6 +41,6 @@ struct gops_userd { #endif }; - +/** @endcond DOXYGEN_SHOULD_SKIP_THIS */ #endif