[SCSI] sgiwd93: export sgiwd93_reset()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Friday, January 25, 2008 - 7:05 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fc9b51...
Commit:     fc9b5118823e84b4ed0acddd99c1e453298e103d
Parent:     94cf6ba11b068b8a8f68a1e88bffb6827e92124b
Author:     Andrew Morton <akpm@linux-foundation.org>
AuthorDate: Thu Dec 13 16:14:23 2007 -0800
Committer:  James Bottomley <James.Bottomley@HansenPartnership.com>
CommitDate: Fri Jan 11 18:28:09 2008 -0600

    [SCSI] sgiwd93: export sgiwd93_reset()
    
    mips allmodconfig:
    
    ERROR: "sgiwd93_reset" [drivers/scsi/wd33c93.ko] undefined!
    
    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
---
 drivers/scsi/sgiwd93.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c
index eef8275..d4ebe8c 100644
--- a/drivers/scsi/sgiwd93.c
+++ b/drivers/scsi/sgiwd93.c
@@ -159,6 +159,7 @@ void sgiwd93_reset(unsigned long base)
 	udelay(50);
 	hregs->ctrl = 0;
 }
+EXPORT_SYMBOL_GPL(sgiwd93_reset);
 
 static inline void init_hpc_chain(struct hpc_data *hd)
 {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[SCSI] sgiwd93: export sgiwd93_reset(), Linux Kernel Mailing ..., (Fri Jan 25, 7:05 pm)