>>>>> "Baoyou" == Baoyou Xie <baoyou.xie@xxxxxxxxxx> writes: Baoyou> We get 2 warnings about global functions without a declaration Baoyou> in the scsi driver when building with W=1: Baoyou> drivers/scsi/scsi_lib.c:467:6: warning: no previous prototype Baoyou> for 'scsi_requeue_run_queue' [-Wmissing-prototypes] Baoyou> drivers/scsi/scsi_lib.c:2609:6: warning: no previous prototype Baoyou> for 'scsi_evt_thread' [-Wmissing-prototypes] Baoyou> in fact, both functions are declared in drivers/scsi/scsi_scan.c Baoyou> but need to move them into scsi_priv.h. Applied to 4.9/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html