[PATCH 05/27] ARM: mmu-common.c: use common mmu include
Ahmad Fatoum
a.fatoum at pengutronix.de
Fri May 12 10:23:00 PDT 2023
On 12.05.23 13:09, Sascha Hauer wrote:
> mmu-common.c needs things from mmu-common.h, but not from mmu.h, so
> include the former instead.
>
> Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
Acked-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
> ---
> arch/arm/cpu/mmu-common.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/cpu/mmu-common.c b/arch/arm/cpu/mmu-common.c
> index 488a189f1c..e6cc3b974f 100644
> --- a/arch/arm/cpu/mmu-common.c
> +++ b/arch/arm/cpu/mmu-common.c
> @@ -11,7 +11,7 @@
> #include <asm/system.h>
> #include <asm/barebox-arm.h>
> #include <memory.h>
> -#include "mmu.h"
> +#include "mmu-common.h"
>
> void dma_sync_single_for_cpu(dma_addr_t address, size_t size,
> enum dma_data_direction dir)
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list