* [PATCH] fix cyclone timer includes
@ 2004-08-13 22:53 Jesse Barnes
0 siblings, 0 replies; only message in thread
From: Jesse Barnes @ 2004-08-13 22:53 UTC (permalink / raw)
To: linux-ia64
[-- Attachment #1: Type: text/plain, Size: 208 bytes --]
Small patch to fix the includes for the cyclone timer. We just happen to be
getting these if CONFIG_SMP is on, but if it's turned off the build breaks.
Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
Jesse
[-- Attachment #2: cyclone-includes-fix.patch --]
[-- Type: text/plain, Size: 343 bytes --]
--- a/arch/ia64/kernel/cyclone.c 2004-08-13 15:50:37 -07:00
+++ b/arch/ia64/kernel/cyclone.c 2004-08-13 15:50:37 -07:00
@@ -1,6 +1,8 @@
+#include <linux/module.h>
#include <linux/smp.h>
#include <linux/time.h>
#include <linux/errno.h>
+#include <asm/io.h>
/* IBM Summit (EXA) Cyclone counter code*/
#define CYCLONE_CBAR_ADDR 0xFEB00CD0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-08-13 22:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-13 22:53 [PATCH] fix cyclone timer includes Jesse Barnes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox