From: Mike Fedyk <mfedyk@matchmail.com>
To: Alan Cox <alan@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.18-rc2-ac2
Date: Sat, 23 Feb 2002 14:35:46 -0800 [thread overview]
Message-ID: <20020223223546.GN20060@matchmail.com> (raw)
In-Reply-To: <200202212020.g1LKK2209402@devserv.devel.redhat.com>
In-Reply-To: <200202212020.g1LKK2209402@devserv.devel.redhat.com>
On Thu, Feb 21, 2002 at 03:20:02PM -0500, Alan Cox wrote:
> [+ indicates stuff that went to Marcelo, o stuff that has not,
> * indicates stuff that is merged in mainstream now, X stuff that proved
> bad and was dropped out]
>
> Linux 2.4.18rc2-ac2
> o Add an SC520 watchdog, and enable wd8387ff (Scott Jennings)
It's not compiling:
w83877f_wdt.c: In function fop_open':
w83877f_wdt.c:217: incompatible type for argument 1 of spin_lock'
w83877f_wdt.c:219: incompatible type for argument 1 of spin_unlock'
w83877f_wdt.c:224: incompatible type for argument 1 of spin_unlock'
make[2]: *** [w83877f_wdt.o] Error 1
make[2]: Leaving directory /home/usr/src/lk2.4/2.4.18-rc2-ac2/drivers/char'
make[1]: *** [_modsubdir_char] Error 2
make[1]: Leaving directory /home/usr/src/lk2.4/2.4.18-rc2-ac2/drivers'
make: *** [_mod_drivers] Error 2
This change to my .config makes my config compile:
--- ../.config Sat Feb 23 13:24:27 2002
+++ .config Sat Feb 23 14:13:36 2002
@@ -875,7 +875,7 @@
CONFIG_I810_TCO=m
CONFIG_MIXCOMWD=m
CONFIG_60XX_WDT=m
-CONFIG_W83877F_WDT=m
+# CONFIG_W83877F_WDT is not set
CONFIG_SC520_WDT=m
CONFIG_MACHZ_WDT=m
CONFIG_AMD_RNG=m
Mike
prev parent reply other threads:[~2002-02-23 22:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-21 20:20 Linux 2.4.18-rc2-ac2 Alan Cox
2002-02-21 21:33 ` Erik Andersen
2002-02-22 16:53 ` Thomas Capricelli
2002-02-23 22:35 ` Mike Fedyk [this message]
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=20020223223546.GN20060@matchmail.com \
--to=mfedyk@matchmail.com \
--cc=alan@redhat.com \
--cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.