This corrects a linux-next build issue on PPC64 -- james s Signed-off-by: James Smart <james.smart@xxxxxxxxxx> --- lpfc_bsg.c | 1 + 1 file changed, 1 insertion(+) diff -upNr a/drivers/scsi/lpfc/lpfc_bsg.c b/drivers/scsi/lpfc/lpfc_bsg.c --- a/drivers/scsi/lpfc/lpfc_bsg.c 2010-02-11 17:26:54.000000000 -0500 +++ b/drivers/scsi/lpfc/lpfc_bsg.c 2010-02-17 09:26:47.000000000 -0500 @@ -21,6 +21,7 @@ #include <linux/interrupt.h> #include <linux/mempool.h> #include <linux/pci.h> +#include <linux/delay.h> #include <scsi/scsi.h> #include <scsi/scsi_host.h> -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html