aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of_pdt.h
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-11-06 18:07:37 -0600
committerRob Herring <robh@kernel.org>2018-11-09 15:40:53 -0600
commit1ae367a2451e0b249074461d2d8ac76d8e929a53 (patch)
tree7c0a299f7c5b0a37182eb1a43b0cd268423ddb19 /include/linux/of_pdt.h
parentof: Documentation: remove unmaintained todo file (diff)
downloadlinux-dev-1ae367a2451e0b249074461d2d8ac76d8e929a53.tar.xz
linux-dev-1ae367a2451e0b249074461d2d8ac76d8e929a53.zip
of/pdt: Remove unused of_pdt_build_more function ptr
There are no users of of_pdt_build_more since 2012, so remove it. Cc: Frank Rowand <frowand.list@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'include/linux/of_pdt.h')
-rw-r--r--include/linux/of_pdt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/of_pdt.h b/include/linux/of_pdt.h
index d0b183ab65c6..89e4eb076a01 100644
--- a/include/linux/of_pdt.h
+++ b/include/linux/of_pdt.h
@@ -35,6 +35,4 @@ extern void *prom_early_alloc(unsigned long size);
/* 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 */