mirror of
git://nv-tegra.nvidia.com/kernel/nvethernetrm.git
synced 2025-12-25 11:04:28 +03:00
nvethernetrm: fix review CG and DG comments
- Include header gaurds using INCLUDED_ - Move static inline function to private header file. - Move private macro to private header Bug 200681427 Change-Id: I810184e077a5642f727e47b9280d3fb9659abd74 Signed-off-by: rakesh goyal <rgoyal@nvidia.com>> Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/2455014 (cherry picked from commit b3afc7a112460d7f92d8ef0fbe8727c7acd9ec44) Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/2457307 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: Bhadram Varka <vbhadram@nvidia.com> Reviewed-by: Krishna Thota <kthota@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
670622893f
commit
56b160f12e
@@ -20,10 +20,10 @@
|
||||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef OSI_CORE_H
|
||||
#define OSI_CORE_H
|
||||
#ifndef INCLUDED_OSI_CORE_H
|
||||
#define INCLUDED_OSI_CORE_H
|
||||
|
||||
#include "osi_common.h"
|
||||
#include "../osi/common/common.h"
|
||||
#include "mmc.h"
|
||||
#include "../osi/common/type.h"
|
||||
|
||||
@@ -2020,4 +2020,4 @@ nve32_t osi_set_mdc_clk_rate(struct osi_core_priv_data *const osi_core,
|
||||
nve32_t osi_config_mac_loopback(struct osi_core_priv_data *const osi_core,
|
||||
const nveu32_t lb_mode);
|
||||
#endif /* !OSI_STRIPPED_LIB */
|
||||
#endif /* OSI_CORE_H */
|
||||
#endif /* INCLUDED_OSI_CORE_H */
|
||||
|
||||
Reference in New Issue
Block a user