--- linux/include/linux/module.h.org Thu Aug 8 01:41:46 2002 +++ linux/include/linux/module.h Thu Aug 8 01:42:37 2002 @@ -130,6 +130,7 @@ /* Backwards compatibility definition. */ #define GET_USE_COUNT(module) (atomic_read(&(module)->uc.usecount)) +#define __MODULE_STRING(x) __stringify(x) /* Poke the use count of a module. */