MTD CVS update: 'mtd/drivers/mtd nftlcore.c'

David Woodhouse dwmw2 at infradead.org
Fri Jun 8 21:09:43 EDT 2001


Update of /home/cvs/mtd/drivers/mtd
In directory infradead.org:/tmp/cvs-serv18785

Modified Files:
	nftlcore.c 
Log Message:
Revert the mod_init_t stuff. I think we can fix this in compatmac.h by 
defining module_init() and module_exit() as macros something like..

#define module_init(funcname) \
static int init_module(void) \
{ \
return funcname(); \
}





More information about the linux-mtd-cvs mailing list