From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:17:29 +0000
Subject: [PATCH] debug lk

---
 kernel/arch/arm/mach-lpc32xx/suspend.S |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/kernel/arch/arm/mach-lpc32xx/suspend.S b/kernel/arch/arm/mach-lpc32xx/suspend.S
index 374f9f0..3f0a828 100644
--- a/kernel/arch/arm/mach-lpc32xx/suspend.S
+++ b/kernel/arch/arm/mach-lpc32xx/suspend.S
@@ -11,8 +11,7 @@
  */
 #include <linux/linkage.h>
 #include <asm/assembler.h>
-#include <mach/platform.h>
-#include <mach/hardware.h>
+#include "lpc32xx.h"
 
 /* Using named register defines makes the code easier to follow */
 #define WORK1_REG			r0

--
Gitblit v1.6.2