From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 09 Oct 2024 06:15:07 +0000 Subject: [PATCH] change system file --- 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