* mtdchar.c
@ 2000-09-28 19:31 Amy Fong
0 siblings, 0 replies; only message in thread
From: Amy Fong @ 2000-09-28 19:31 UTC (permalink / raw)
To: mtd
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@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@furryterror.org)
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-09-28 19:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-09-28 19:31 mtdchar.c Amy Fong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox