2.4.10 duplicate ISDN symbol

Keith Owens (kaos@ocs.com.au)
Wed, 26 Sep 2001 01:24:38 +1000


If both st5481 and tpam are compiled into the kernel, hdlc_decode is a
duplicated symbol.

drivers/isdn/hisax/st5481_hdlc.c:int hdlc_decode(struct hdlc_vars *hdlc, const unsigned char *src,
drivers/isdn/hisax/st5481_usb.c: status = hdlc_decode(&in->hdlc_state, ptr, len, &count,

drivers/isdn/tpam/tpam_hdlc.c:DWORD hdlc_decode(BYTE * pbyBuffIn, BYTE * pbyBuffOut, DWORD dwLength)
drivers/isdn/tpam/tpam_commands.c: templen = hdlc_decode(data, tempdata, len);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/