forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/mips/include/asm/xtalk/xtalk.h
....@@ -47,15 +47,6 @@
4747 #define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >> XIO_PORT_SHIFT))
4848 #define XIO_PACK(p, o) ((((uint64_t)(p))<<XIO_PORT_SHIFT) | ((o)&XIO_ADDR_BITS))
4949
50
-#ifdef CONFIG_PCI
51
-extern int bridge_probe(nasid_t nasid, int widget, int masterwid);
52
-#else
53
-static inline int bridge_probe(nasid_t nasid, int widget, int masterwid)
54
-{
55
- return 0;
56
-}
57
-#endif
58
-
5950 #endif /* !__ASSEMBLY__ */
6051
6152 #endif /* _ASM_XTALK_XTALK_H */