On Fri, 11 Jan 2008, Oliver Neukum wrote: > Hi Alan, > > you do export scsi_autoresume_device() under all circumstances, don't you? > I'm getting linker errors: > > GEN .version > CHK include/linux/compile.h > UPD include/linux/compile.h > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > block/built-in.o: In function `scsi_cmd_ioctl': > /home/oneukum/Desktop/Trees/linux-2.6.22/block/scsi_ioctl.c:602: undefined > reference to `scsi_autoresume_device'
Do you have the SCSI core configured to build as a module? If you do then you won't be able to call any of its routines from code that's built into the main kernel. Alan Stern - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html