]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: block: make function mmc_cqe_issue_type static
authorColin Ian King <colin.king@canonical.com>
Thu, 30 Nov 2017 11:37:38 +0000 (11:37 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 11 Dec 2017 11:48:05 +0000 (12:48 +0100)
commit2c8de2896216407846d99f369328703596ddbab0
tree8ed83d9f27b5f945b0175973137a146dc63bb8b2
parentcff5454be4f07c3797df3ea7782f1d90325d143a
mmc: block: make function mmc_cqe_issue_type static

The function mmc_cqe_issue_type is local to the source and does
not need to be in global scope, so make it static.

Cleans up sparse warning:
drivers/mmc/core/queue.c:62:21: warning: symbol 'mmc_cqe_issue_type'
was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/queue.c