]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
include/dwmmc.h: Audit include list
authorTom Rini <trini@konsulko.com>
Wed, 21 May 2025 22:51:16 +0000 (16:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 Jun 2025 23:26:15 +0000 (17:26 -0600)
This file does not need <asm/cache.h> so remove it.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/dwmmc.h

index 6edb9e1a59c574329cdd5db3875848d079aad4c5..87ca127cd6cd53a9a68f77f0981356e77d88ab07 100644 (file)
@@ -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>