public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: jitvrlcw@umail.furryterror.org (Amy Fong)
To: <mtd@infradead.org>
Subject: mtdchar.c
Date: 28 Sep 2000 15:31:18 -0400	[thread overview]
Message-ID: <8r06a6$vvs$1@mokona.furryterror.org> (raw)


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

                 reply	other threads:[~2000-09-28 19:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='8r06a6$vvs$1@mokona.furryterror.org' \
    --to=jitvrlcw@umail.furryterror.org \
    --cc=mtd@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox