mmc: sdricoh_cs: remove unused sdricoh_readw function
authorTom Rix <trix@redhat.com>
Sun, 19 Mar 2023 16:47:44 +0000 (12:47 -0400)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 24 Mar 2023 15:48:01 +0000 (16:48 +0100)
commitcc47d2cf6795c545a257a2e5eda17a00a59da199
treef84de23c5b8ecc181b5f1b872145c74e5ac40f99
parent8e8559ddfbb6289477d15f7a2f7db87ea3f75b57
mmc: sdricoh_cs: remove unused sdricoh_readw function

clang with W=1 reports
drivers/mmc/host/sdricoh_cs.c:104:28: error: unused function
  'sdricoh_readw' [-Werror,-Wunused-function]
static inline unsigned int sdricoh_readw(struct sdricoh_host *host,
                           ^
This function is not used, so remove it.

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20230319164744.1707169-1-trix@redhat.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdricoh_cs.c