From: Sam Protsenko Date: Thu, 8 Aug 2024 03:14:07 +0000 (-0500) Subject: mmc: dw_mmc: Remove unused version field from struct dwmci_host X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=4302e6564791b99c755f2cd76c8495c222357832;p=u-boot.git mmc: dw_mmc: Remove unused version field from struct dwmci_host Nobody seems to use it, so just remove it. No functional change. Signed-off-by: Sam Protsenko Reviewed-by: Quentin Schulz Signed-off-by: Minkyu Kang --- diff --git a/include/dwmmc.h b/include/dwmmc.h index 136a95b8cd..39024fb38a 100644 --- a/include/dwmmc.h +++ b/include/dwmmc.h @@ -163,7 +163,6 @@ struct dwmci_host { void *ioaddr; unsigned int quirks; unsigned int caps; - unsigned int version; unsigned int clock; unsigned int bus_hz; unsigned int div;