All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Hicks <mort@wildopensource.com>
To: linux-ia64@vger.kernel.org
Subject: [PATCH] arch/ia64/sn/kernel/sn2/cache.c missing a #include
Date: Fri, 23 Jan 2004 18:45:38 +0000	[thread overview]
Message-ID: <20040123184537.GN15871@localhost> (raw)

[-- Attachment #1: Type: text/plain, Size: 171 bytes --]


Hi David,

Here is a small patch which adds a missing #include

thanks
mh

-- 
Martin Hicks                Wild Open Source Inc.
mort@wildopensource.com     613-266-2296

[-- Attachment #2: sn2-cache-export-symbol.diff --]
[-- Type: text/plain, Size: 1120 bytes --]

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1498  -> 1.1499 
#	arch/ia64/sn/kernel/sn2/cache.c	1.5     -> 1.6    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 04/01/23	mort@green.i.bork.org	1.1499
# Get rid of this warning:
# 
# arch/ia64/sn/kernel/sn2/cache.c:34: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL'
# arch/ia64/sn/kernel/sn2/cache.c:34: warning: parameter names (without types) in function declaration
# arch/ia64/sn/kernel/sn2/cache.c:34: warning: data definition has no type or storage class
# --------------------------------------------
#
diff -Nru a/arch/ia64/sn/kernel/sn2/cache.c b/arch/ia64/sn/kernel/sn2/cache.c
--- a/arch/ia64/sn/kernel/sn2/cache.c	Fri Jan 23 09:42:15 2004
+++ b/arch/ia64/sn/kernel/sn2/cache.c	Fri Jan 23 09:42:15 2004
@@ -7,6 +7,7 @@
  *
  */
 
+#include <linux/module.h>
 #include <asm/pgalloc.h>
 
 /**

                 reply	other threads:[~2004-01-23 18:45 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=20040123184537.GN15871@localhost \
    --to=mort@wildopensource.com \
    --cc=linux-ia64@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.