> -----Original Message----- > From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@canonical.com] > Sent: 2021Äê6ÔÂ1ÈÕ 17:54 > To: Adrian Hunter ; Ulf Hansson > ; Shawn Guo ; Sascha > Hauer ; Pengutronix Kernel Team > ; Fabio Estevam ; > dl-linux-imx ; Orson Zhai ; > Baolin Wang ; Chunyan Zhang > ; linux-mmc@vger.kernel.org; > linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org > Cc: Krzysztof Kozlowski ; kernel test > robot > Subject: [PATCH 1/2] mmc: sdhci-esdhc-imx: remove unused is_imx6q_usdhc > > The is_imx6q_usdhc() function is unused: > > drivers/mmc/host/sdhci-esdhc-imx.c:343:19: warning: unused function > 'is_imx6q_usdhc' Reviewed-by: Haibo Chen > > Reported-by: kernel test robot > Fixes: f47c4bbfa283 ("mmc: sdhci-esdhc-imx: create struct esdhc_soc_data") > Signed-off-by: Krzysztof Kozlowski > --- > drivers/mmc/host/sdhci-esdhc-imx.c | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c > b/drivers/mmc/host/sdhci-esdhc-imx.c > index fba4a963d12e..7336ae749137 100644 > --- a/drivers/mmc/host/sdhci-esdhc-imx.c > +++ b/drivers/mmc/host/sdhci-esdhc-imx.c > @@ -324,11 +324,6 @@ static inline int is_imx53_esdhc(struct > pltfm_imx_data *data) > return data->socdata == &esdhc_imx53_data; } > > -static inline int is_imx6q_usdhc(struct pltfm_imx_data *data) -{ > - return data->socdata == &usdhc_imx6q_data; > -} > - > static inline int esdhc_is_usdhc(struct pltfm_imx_data *data) { > return !!(data->socdata->flags & ESDHC_FLAG_USDHC); > -- > 2.27.0