* [PATCH] APMD on Linux 2.2.18 and include/linux/mc146818rtc.h
@ 2001-02-17 19:02 Marc Esipovich
2001-02-19 7:54 ` Paul Gortmaker
0 siblings, 1 reply; 2+ messages in thread
From: Marc Esipovich @ 2001-02-17 19:02 UTC (permalink / raw)
To: linux-kernel
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
/ \
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-02-19 8:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-17 19:02 [PATCH] APMD on Linux 2.2.18 and include/linux/mc146818rtc.h Marc Esipovich
2001-02-19 7:54 ` Paul Gortmaker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox