From 1c055e55a242a33e574e48be530e06770a210dcd Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 03:26:26 +0000 Subject: [PATCH] add r8169 read mac form eeprom --- kernel/include/linux/of_pdt.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/kernel/include/linux/of_pdt.h b/kernel/include/linux/of_pdt.h index d0b183a..89e4eb0 100644 --- a/kernel/include/linux/of_pdt.h +++ b/kernel/include/linux/of_pdt.h @@ -35,6 +35,4 @@ /* for building the device tree */ extern void of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops); -extern void (*of_pdt_build_more)(struct device_node *dp); - #endif /* _LINUX_OF_PDT_H */ -- Gitblit v1.6.2