diff options
| author | Tom Rini <[email protected]> | 2025-05-21 16:51:16 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-02 17:26:15 -0600 |
| commit | 8f3c64a53535b6bcc7b63a6cf9531a6dfddff5f3 (patch) | |
| tree | 28b294e735a3e155f4631f33be4d5370fbf09aa8 /include | |
| parent | ddf050a5d6e86fc2c8c4ea9bd47915ed340e412f (diff) | |
include/dwmmc.h: Audit include list
This file does not need <asm/cache.h> so remove it.
Signed-off-by: Tom Rini <[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 6edb9e1a59c..87ca127cd6c 100644 --- a/include/dwmmc.h +++ b/include/dwmmc.h @@ -7,7 +7,6 @@ #ifndef __DWMMC_HW_H #define __DWMMC_HW_H -#include <asm/cache.h> #include <asm/io.h> #include <mmc.h> #include <linux/bitops.h> |
