linux-2.5.2/drivers/net/sungem.c uses devexit_p, which is not
currently in 2.5.2. I understand the purpose of devexit_p and I have
kludged around it for myself. I am just bringing it to your attention
so you can figure out whether to remove the devexit_p reference, have
a workaround for kernels that lack it, or add devexit_p to Linus's tree.
Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 104
[email protected] \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."
From: "Adam J. Richter" <[email protected]>
Date: Tue, 15 Jan 2002 08:54:46 -0800
linux-2.5.2/drivers/net/sungem.c uses devexit_p, which is not
currently in 2.5.2. I understand the purpose of devexit_p and I have
kludged around it for myself. I am just bringing it to your attention
so you can figure out whether to remove the devexit_p reference, have
a workaround for kernels that lack it, or add devexit_p to Linus's tree.
It'll be fixed in 2.5.3, my tree had a whole bunch of 2.4.x stuff in
it which I decided to wipe out because of conflicts like this.