From 072de836f53be56a70cecf70b43ae43b7ce17376 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 10:08:36 +0000 Subject: [PATCH] mk-rootfs.sh --- kernel/drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c b/kernel/drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c index e3bff06..6a1cd03 100644 --- a/kernel/drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c +++ b/kernel/drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c @@ -19,7 +19,7 @@ #include <linux/console.h> #include <linux/sysrq.h> #include <linux/device.h> -#include <linux/bootmem.h> +#include <linux/memblock.h> #include <linux/dma-mapping.h> #include <asm/io.h> -- Gitblit v1.6.2