lkml.org 
[lkml]   [1999]   [May]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.2.7: hisax module: unresolved symbol
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/

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.024 / U:0.644 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site