kernel/arch/mips/include/asm/xtalk/xtalk.h
.. .. @@ -47,15 +47,6 @@ 47 47 #define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >> XIO_PORT_SHIFT)) 48 48 #define XIO_PACK(p, o) ((((uint64_t)(p))<<XIO_PORT_SHIFT) | ((o)&XIO_ADDR_BITS)) 49 49 50 -#ifdef CONFIG_PCI51 -extern int bridge_probe(nasid_t nasid, int widget, int masterwid);52 -#else53 -static inline int bridge_probe(nasid_t nasid, int widget, int masterwid)54 -{55 - return 0;56 -}57 -#endif58 -59 50 #endif /* !__ASSEMBLY__ */ 60 51 61 52 #endif /* _ASM_XTALK_XTALK_H */