From 05e59e5fb0064c97a1c10921ecd549f2d4a58565 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 09 Oct 2024 06:14:40 +0000
Subject: [PATCH] add REDIRECT
---
kernel/arch/arm/mach-dove/cm-a510.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/kernel/arch/arm/mach-dove/cm-a510.c b/kernel/arch/arm/mach-dove/cm-a510.c
index b9a7c33..9f25c99 100644
--- a/kernel/arch/arm/mach-dove/cm-a510.c
+++ b/kernel/arch/arm/mach-dove/cm-a510.c
@@ -22,8 +22,7 @@
#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 cm_a510_ge00_data = {
--
Gitblit v1.6.2