mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
Lan7431 - vanilla driver of Lan7431 from upstream
Adding unmodified Lan7431 driver to nvidia-oot This is the unmodified driver from K5.15.110 from commit cd612ec8f71740b0fc9f47d3356b23561b5761dc For future kernels we'll need to add the driver sources from the respective kernel Bug 3956901 Change-Id: I376c63ceeb6aeab9ce5d17dcd3c09401217c576a Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2920947 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Tested-by: Jeremy Alves <jalves@nvidia.com> Reviewed-by: Jeremy Alves <jalves@nvidia.com> Reviewed-by: Sumeet Gupta <sumeetg@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
38152fe335
commit
c00985b068
11
drivers/net/ethernet/microchip/5.15/lan743x_ethtool.h
Normal file
11
drivers/net/ethernet/microchip/5.15/lan743x_ethtool.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
/* Copyright (C) 2018 Microchip Technology Inc. */
|
||||
|
||||
#ifndef _LAN743X_ETHTOOL_H
|
||||
#define _LAN743X_ETHTOOL_H
|
||||
|
||||
#include "linux/ethtool.h"
|
||||
|
||||
extern const struct ethtool_ops lan743x_ethtool_ops;
|
||||
|
||||
#endif /* _LAN743X_ETHTOOL_H */
|
||||
Reference in New Issue
Block a user