From bc8f866facd2d1cb2f5b321e97b7c341a62e964d Mon Sep 17 00:00:00 2001 From: Om Prakash Singh Date: Fri, 4 Feb 2022 11:26:41 +0530 Subject: [PATCH] osi: fix mmc.h dependency on osi_common.h mmc.h uses few definition from osi_common.h Bug 3500728 Change-Id: I95696ddd63cee4979c0a79cda9a87e65b895dee0 Signed-off-by: Om Prakash Singh Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/2663878 Reviewed-by: Bhadram Varka Reviewed-by: svcacv Reviewed-by: Ashutosh Jha GVS: Gerrit_Virtual_Submit --- include/mmc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mmc.h b/include/mmc.h index 6f5e2a0..194135c 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2018-2022, 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"), @@ -24,6 +24,7 @@ #define INCLUDED_MMC_H #include "../osi/common/type.h" +#include "osi_common.h" /** * @brief osi_mmc_counters - The structure to hold RMON counter values