diff options
| author | Tom Rini <[email protected]> | 2025-05-21 16:51:20 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-02 17:26:16 -0600 |
| commit | 2cf46de9b6b8463033ba4f9243643d004dc9ea5a (patch) | |
| tree | e134791b923940078641d3bbb0fb713b05649dcc /include | |
| parent | d81b57a3cc881569d18014c0a8806e163066fd77 (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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/mmc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mmc.h b/include/mmc.h index eead666ae44..87f7ef131b6 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -11,8 +11,6 @@ #include <linux/bitops.h> #include <linux/list.h> -#include <linux/sizes.h> -#include <linux/compiler.h> #include <linux/dma-direction.h> #include <cyclic.h> #include <part.h> |
