mirror of
git://nv-tegra.nvidia.com/kernel/nvethernetrm.git
synced 2025-12-24 10:34:24 +03:00
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 <omp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/2663878 Reviewed-by: Bhadram Varka <vbhadram@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Ashutosh Jha <ajha@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
f88c313a87
commit
bc8f866fac
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user