From: Rashika Kheria Date: Wed, 3 Sep 2014 16:55:46 +0000 (-0400) Subject: lpfc: mark function as static in lpfc/lpfc_bsg.c X-Git-Tag: fixes-for-v3.18-merge-window~25^2^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ab9b134a86ed9f897a29d2ba5abb93f7b162dca;p=pandora-kernel.git lpfc: mark function as static in lpfc/lpfc_bsg.c [PATCH 26/55] scsi: Mark function as static in lpfc/lpfc_bsg.c Mark function as static in lpfc/lpfc_bsg.c because it is not used outside this file. This eliminates the following warning in lpfc/lpfc_bsg.c: drivers/scsi/lpfc/lpfc_bsg.c:3348:1: warning: no previous prototype for ‘lpfc_bsg_issue_mbox_cmpl’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Reviewed-by: James Smart Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed