Re: [PATCH v5 10/34] cxlflash: Make functions static
From: Tomas Henzl <hidden>
Date: 2015-10-02 13:16:07
Also in:
linux-scsi
From: Tomas Henzl <hidden>
Date: 2015-10-02 13:16:07
Also in:
linux-scsi
On 1.10.2015 17:55, Matthew R. Ochs wrote:
Found during code inspection, that the following functions are not being used outside of the file where they are defined. Make them static. int cxlflash_send_cmd(struct afu *, struct afu_cmd *); void cxlflash_wait_resp(struct afu *, struct afu_cmd *); int cxlflash_afu_reset(struct cxlflash_cfg *); struct afu_cmd *cxlflash_cmd_checkout(struct afu *); void cxlflash_cmd_checkin(struct afu_cmd *); void init_pcr(struct cxlflash_cfg *); int init_global(struct cxlflash_cfg *); Signed-off-by: Matthew R. Ochs <redacted> Signed-off-by: Manoj N. Kumar <redacted> Reviewed-by: Brian King <redacted>
Reviewed-by: Tomas Henzl <redacted> Tomas