summaryrefslogtreecommitdiffstats
path: root/drivers/spi
diff options
context:
space:
mode:
authorMatthew R. Ochs <mrochs@linux.vnet.ibm.com>2015-10-21 15:12:10 -0500
committerJames Bottomley <JBottomley@Odin.com>2015-10-30 17:03:19 +0900
commit15305514184875728a545204db893a3c5157fc65 (patch)
tree76454697afba8bc1630fe5c7d18cb9fe153c2da5 /drivers/spi
parent439e85c1e89bd1ed8c99f8b46f87f495a675d95e (diff)
downloadop-kernel-dev-15305514184875728a545204db893a3c5157fc65.zip
op-kernel-dev-15305514184875728a545204db893a3c5157fc65.tar.gz
cxlflash: Make functions static
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 <mrochs@linux.vnet.ibm.com> Signed-off-by: Manoj N. Kumar <manoj@linux.vnet.ibm.com> Reviewed-by: Brian King <brking@linux.vnet.ibm.com> Reviewed-by: Tomas Henzl <thenzl@redhat.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/spi')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud