From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 09 Oct 2024 06:15:07 +0000
Subject: [PATCH] change system file

---
 kernel/arch/xtensa/include/asm/pci-bridge.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/kernel/arch/xtensa/include/asm/pci-bridge.h b/kernel/arch/xtensa/include/asm/pci-bridge.h
index 0b68c76..4055269 100644
--- a/kernel/arch/xtensa/include/asm/pci-bridge.h
+++ b/kernel/arch/xtensa/include/asm/pci-bridge.h
@@ -11,8 +11,6 @@
 #ifndef _XTENSA_PCI_BRIDGE_H
 #define _XTENSA_PCI_BRIDGE_H
 
-#ifdef __KERNEL__
-
 struct device_node;
 struct pci_controller;
 
@@ -84,5 +82,4 @@
 int early_write_config_word(struct pci_controller*, int, int, int, u16);
 int early_write_config_dword(struct pci_controller*, int, int, int, u32);
 
-#endif	/* __KERNEL__ */
 #endif	/* _XTENSA_PCI_BRIDGE_H */

--
Gitblit v1.6.2