Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6:
[SCSI] qla2xxx: fix msleep compile error

+1
+1
drivers/scsi/qla2xxx/qla_attr.c
··· 8 8 9 9 #include <linux/kthread.h> 10 10 #include <linux/vmalloc.h> 11 + #include <linux/delay.h> 11 12 12 13 static int qla24xx_vport_disable(struct fc_vport *, bool); 13 14