Daniel Walker a506b44bb5 [SCSI] fix compile error on module_refcount
LD      .tmp_vmlinux1
drivers/built-in.o(.text+0x8e1f9): In function `scsi_device_put':
drivers/scsi/scsi.c:887: undefined reference to `module_refcount'
make: *** [.tmp_vmlinux1] Error 1

There are only two users of module_refcount() outside of kernel/module.c
and the other one uses ifdef's similar to this.

Signed-Off-By: Daniel Walker <dwalker@mvista.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2006-09-12 09:17:30 -05:00
..
2006-07-08 13:30:09 -07:00
2006-08-27 21:59:59 -05:00
2006-08-26 13:05:12 -07:00
2006-07-14 21:53:54 -07:00
2006-08-07 14:47:54 +01:00
2006-07-12 15:38:28 -07:00
2006-06-17 21:18:43 -07:00