commit | 546e96bd52421498c43f1229911eaba72562c794 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 21 16:51:20 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 02 17:26:16 2025 -0600 |
tree | e134791b923940078641d3bbb0fb713b05649dcc | |
parent | efa387df03042044407744ab19e0c2b4456b0cc3 [diff] |
include/mmc.h: Audit include list This file does not need <linux/sizes.h> nor <linux/compiler.h> so remove them. This exposes however that a number of other files had been relying on this implicit include for <linux/sizes.h> so add that where needed. Signed-off-by: Tom Rini <trini@konsulko.com>