[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-kernel
Subject:    2.2.7: hisax module: unresolved symbol
From:       Rolf Fokkens <rolf () flits102-126 ! flits ! rug ! nl>
Date:       1999-04-30 21:44:57
[Download RAW message or body]

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/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic