Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-client
[linux-2.6-block.git] / arch / powerpc / boot / ops.h
index 6455fc9a244f821f74ae37e1c465b5b9658f5738..8334bc3cbe499a166edcfaa74e59d91f69bf5051 100644 (file)
@@ -200,12 +200,6 @@ void __dt_fixup_mac_addresses(u32 startindex, ...);
        __dt_fixup_mac_addresses(0, __VA_ARGS__, NULL)
 
 
-static inline void *find_node_by_linuxphandle(const u32 linuxphandle)
-{
-       return find_node_by_prop_value(NULL, "linux,phandle",
-                       (char *)&linuxphandle, sizeof(u32));
-}
-
 static inline char *get_path(const void *phandle, char *buf, int len)
 {
        if (dt_ops.get_path)