ipq40xx: 5.15: add patch commenting unused sdhci function
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 8 May 2023 23:59:23 +0000 (01:59 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 12 May 2023 01:15:41 +0000 (03:15 +0200)
commitbec927c70f88a643644fc4af963c8aabafc06030
tree0c45b0e0606e48f2250de7f3f975507292737e61
parent0d4a547905d4ad020596a35f5e170e9ade78eea7
ipq40xx: 5.15: add patch commenting unused sdhci function

Add patch commenting unused sdhci function, hopin this will be dropped
when the problem is actually found.
Fix compilation warning:
drivers/mmc/host/sdhci-msm.c:1781:13: error: 'sdhci_msm_set_clock' defined but not used [-Werror=unused-function]
 1781 | static void sdhci_msm_set_clock(struct sdhci_host *host, unsigned int clock)
      |             ^~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/ipq40xx/patches-5.15/401-mmc-sdhci-msm-comment-unused-sdhci_msm_set_clock.patch [new file with mode: 0644]