From f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 01:04:47 +0000 Subject: [PATCH] add driver 5G --- 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