public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch/ia64/sn/kernel/sn2/cache.c missing a #include
@ 2004-01-23 18:45 Martin Hicks
  0 siblings, 0 replies; only message in thread
From: Martin Hicks @ 2004-01-23 18:45 UTC (permalink / raw)
  To: linux-ia64

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-01-23 18:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-23 18:45 [PATCH] arch/ia64/sn/kernel/sn2/cache.c missing a #include Martin Hicks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox