2.2.7: hisax module: unresolved symbol

Rolf Fokkens (rolf@flits102-126.flits.rug.nl)
Fri, 30 Apr 1999 23:44:57 +0200


In 2.2.7 the hisax module cannot be loaded because of 'unresolved symbol
ppp_crc16_table'.

The following patch (taken from 2.2.6) solves this problem

--- ppp.c.orig Fri Apr 30 20:15:19 1999
+++ ppp.c.fks Fri Apr 30 20:14:50 1999
@@ -241,6 +241,7 @@
0xf78f, 0xe606, 0xd49d, 0xc514, 0xb1ab, 0xa022, 0x92b9, 0x8330,
0x7bc7, 0x6a4e, 0x58d5, 0x495c, 0x3de3, 0x2c6a, 0x1ef1, 0x0f78
};
+EXPORT_SYMBOL(ppp_crc16_table);

#ifdef CHECK_CHARACTERS
static __u32 paritytab[8] =

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