public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@engr.sgi.com>
To: akpm@osdl.org, linux-kernel@vger.kernel.org
Cc: Greg Howard <ghoward@sgi.com>
Subject: [PATCH] snsc needs asm/sn/io.h
Date: Wed, 20 Oct 2004 12:08:59 -0700	[thread overview]
Message-ID: <200410201208.59105.jbarnes@engr.sgi.com> (raw)

[-- 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>

                 reply	other threads:[~2004-10-20 19:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200410201208.59105.jbarnes@engr.sgi.com \
    --to=jbarnes@engr.sgi.com \
    --cc=akpm@osdl.org \
    --cc=ghoward@sgi.com \
    --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