From: Marc Esipovich <marc@corky.net>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] APMD on Linux 2.2.18 and include/linux/mc146818rtc.h
Date: Sat, 17 Feb 2001 21:02:46 +0200 [thread overview]
Message-ID: <20010217210245.A16130@marcellos.corky.net> (raw)
I've noticed this when attempting to build APMD, mc146818rtc.h has
a reference to a spinlock_t while asm/spinlock.h is not included.
Patch follows:
--- linux-2.2.18.orig/include/linux/mc146818rtc.h Fri Jan 12 19:15:00 2001
+++ linux-2.2.18/include/linux/mc146818rtc.h Tue Feb 20 01:17:09 2001
@@ -11,6 +11,7 @@
#ifndef _MC146818RTC_H
#define _MC146818RTC_H
#include <asm/io.h>
+#include <asm/spinlock.h>
#ifndef RTC_PORT
#define RTC_PORT(x) (0x70 + (x))
bye,
Marc.
--
marc @ corky.net
fingerprint = D1F0 5689 967F B87A 98EB C64D 256A D6BF 80DE 6D3C
/"\
\ / ASCII Ribbon Campaign
X Against HTML Mail
/ \
next reply other threads:[~2001-02-17 19:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-02-17 19:02 Marc Esipovich [this message]
2001-02-19 7:54 ` Paul Gortmaker
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=20010217210245.A16130@marcellos.corky.net \
--to=marc@corky.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®