diff options
| author | Sam Protsenko <[email protected]> | 2024-08-07 22:14:07 -0500 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2024-08-19 16:09:06 +0900 |
| commit | 4302e6564791b99c755f2cd76c8495c222357832 (patch) | |
| tree | 8997eb04960e564f040baeee7a29c71a4e3c8440 /include | |
| parent | d51764417dc37ead471a5597f7815ae455e84ea3 (diff) | |
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 <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dwmmc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dwmmc.h b/include/dwmmc.h index 136a95b8cdb..39024fb38aa 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; |
