Skip to content

Commit

Permalink
[SCSI] sgiwd93: export sgiwd93_reset()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and James Bottomley committed Jan 12, 2008
1 parent 94cf6ba commit fc9b511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/scsi/sgiwd93.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit fc9b511

Please sign in to comment.