浏览代码

[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>
Andrew Morton 17 年之前
父节点
当前提交
fc9b511882
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/scsi/sgiwd93.c

+ 1 - 0
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)
 {