wd33c93 needs to call sgiwd93_reset. Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> --- a/drivers/scsi/sgiwd93.c +++ b/drivers/scsi/sgiwd93.c @@ -14,6 +14,7 @@ #include <linux/interrupt.h> #include <linux/types.h> #include <linux/mm.h> +#include <linux/module.h> #include <linux/blkdev.h> #include <linux/delay.h> #include <linux/dma-mapping.h> @@ -197,6 +198,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) { - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html