[PATCH] APMD on Linux 2.2.18 and include/linux/mc146818rtc.h

Marc Esipovich (marc@corky.net)
Sat, 17 Feb 2001 21:02:46 +0200


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 / \ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/