* [PATCH] snsc needs asm/sn/io.h
@ 2004-10-20 19:08 Jesse Barnes
0 siblings, 0 replies; only message in thread
From: Jesse Barnes @ 2004-10-20 19:08 UTC (permalink / raw)
To: akpm, linux-kernel; +Cc: Greg Howard
[-- Attachment #1: Type: text/plain, Size: 186 bytes --]
The sn system controller driver needs asm/sn/io.h in order to build correctly
(it was missing the numionodes declaration).
Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
Thanks,
Jesse
[-- Attachment #2: snsc-build-fix.patch --]
[-- Type: text/plain, Size: 359 bytes --]
===== drivers/char/snsc.c 1.2 vs edited =====
--- 1.2/drivers/char/snsc.c 2004-10-11 13:04:12 -07:00
+++ edited/drivers/char/snsc.c 2004-10-20 11:59:13 -07:00
@@ -21,6 +21,7 @@
#include <linux/poll.h>
#include <linux/module.h>
#include <linux/slab.h>
+#include <asm/sn/io.h>
#include <asm/sn/sn_sal.h>
#include <asm/sn/module.h>
#include <asm/sn/geo.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-20 19:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-20 19:08 [PATCH] snsc needs asm/sn/io.h Jesse Barnes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox