mtdchar.c
Amy Fong
jitvrlcw at umail.furryterror.org
Thu Sep 28 15:31:18 EDT 2000
mtd/kernel/mtdchar.c hasn't been able to compile with 2.2 series since
1.9 - in static struct file_operations mtd_fops, the field owner should
be conditionally compiled.
static struct file_operations mtd_fops = {
#if LINUX_VERSION_CODE > 0x20300
owner: THIS_MODULE,
#endif
...
afong at ifurita:~/mtd/2.2.18/linux/drivers/mtd$ diff mtdchar.c ~/mtd/mtd/kernel/mtdchar.c
379d378
< #if LINUX_VERSION_CODE > 0x20300
381d379
< #endif
--
We Suzaku no seishi are too stupid to give up!
(Tasuki - Fushigi Yuugi)
Amy Fong (afong at furryterror.org)
To unsubscribe, send "unsubscribe mtd" to majordomo at infradead.org
More information about the linux-mtd
mailing list