From: Daniel Walker Date: Sat, 9 Sep 2006 16:31:03 +0000 (-0700) Subject: [SCSI] fix compile error on module_refcount X-Git-Tag: v2.6.19-rc1~1266^2~19^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a506b44bb5000b2652490a906c3e58beb2a8f6bb;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed