Re: "couldn't find the kernel version the module was compiled for" - help!

From: Timur Tabi (ttabi@interactivesi.com)
Date: Tue Nov 14 2000 - 18:44:42 EST


** Reply to message from Keith Owens <kaos@ocs.com.au> on Wed, 15 Nov 2000
10:41:42 +1100

> __NO_VERSION__ must be defined before #include <module.h>.

It is:

#ifdef LINUX
#ifndef __ENTRY_C__
#define __NO_VERSION__
#endif
#include <linux/version.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>

>Do it by hand.

I don't know what you mean by that.

-- 
Timur Tabi - ttabi@interactivesi.com
Interactive Silicon - http://www.interactivesi.com

When replying to a mailing-list message, please direct the reply to the mailing list only. Don't send another copy to me. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Nov 15 2000 - 21:00:27 EST