From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 04 Jan 2024 10:08:02 +0000 Subject: [PATCH] disable FB --- kernel/arch/arm/mach-dove/dove-db-setup.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/arch/arm/mach-dove/dove-db-setup.c b/kernel/arch/arm/mach-dove/dove-db-setup.c index 8971c3c..418ab21 100644 --- a/kernel/arch/arm/mach-dove/dove-db-setup.c +++ b/kernel/arch/arm/mach-dove/dove-db-setup.c @@ -24,7 +24,7 @@ #include <linux/gpio.h> #include <asm/mach-types.h> #include <asm/mach/arch.h> -#include <mach/dove.h> +#include "dove.h" #include "common.h" static struct mv643xx_eth_platform_data dove_db_ge00_data = { -- Gitblit v1.6.2