diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-12-13 19:14:23 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-01-11 19:28:09 -0500 |
commit | fc9b5118823e84b4ed0acddd99c1e453298e103d (patch) | |
tree | 804a036b4a34310edfd60501693485dcbc12bad2 /drivers/scsi/sgiwd93.c | |
parent | 94cf6ba11b068b8a8f68a1e88bffb6827e92124b (diff) |
[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>
Diffstat (limited to 'drivers/scsi/sgiwd93.c')
-rw-r--r-- | 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 eef82758d047..d4ebe8c67ba9 100644 --- a/drivers/scsi/sgiwd93.c +++ b/drivers/scsi/sgiwd93.c | |||
@@ -159,6 +159,7 @@ void sgiwd93_reset(unsigned long base) | |||
159 | udelay(50); | 159 | udelay(50); |
160 | hregs->ctrl = 0; | 160 | hregs->ctrl = 0; |
161 | } | 161 | } |
162 | EXPORT_SYMBOL_GPL(sgiwd93_reset); | ||
162 | 163 | ||
163 | static inline void init_hpc_chain(struct hpc_data *hd) | 164 | static inline void init_hpc_chain(struct hpc_data *hd) |
164 | { | 165 | { |