mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 09:07:24 +08:00
accidently ported 5.15 drivers
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
#include <linux/delay.h>
|
||||
#include <linux/firmware.h>
|
||||
|
||||
#include "r8169_firmware-5.10-ethercat.h"
|
||||
#include "r8169_firmware-5.15-ethercat.h"
|
||||
|
||||
enum rtl_fw_opcode {
|
||||
PHY_READ = 0x0,
|
||||
@@ -31,8 +31,8 @@
|
||||
#include <asm/unaligned.h>
|
||||
#include <net/ip6_checksum.h>
|
||||
|
||||
#include "r8169-5.10-ethercat.h"
|
||||
#include "r8169_firmware-5.10-ethercat.h"
|
||||
#include "r8169-5.15-ethercat.h"
|
||||
#include "r8169_firmware-5.15-ethercat.h"
|
||||
|
||||
|
||||
#include "../ecdev.h"
|
||||
+1
-1
@@ -12,7 +12,7 @@
|
||||
#include <linux/delay.h>
|
||||
#include <linux/phy.h>
|
||||
|
||||
#include "r8169-5.10-ethercat.h"
|
||||
#include "r8169-5.15-ethercat.h"
|
||||
|
||||
typedef void (*rtl_phy_cfg_fct)(struct rtl8169_private *tp,
|
||||
struct phy_device *phydev);
|
||||
Reference in New Issue
Block a user