hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/sh/include/asm/dma.h
....@@ -1,15 +1,11 @@
1
-/*
1
+/* SPDX-License-Identifier: GPL-2.0
2
+ *
23 * include/asm-sh/dma.h
34 *
45 * Copyright (C) 2003, 2004 Paul Mundt
5
- *
6
- * This file is subject to the terms and conditions of the GNU General Public
7
- * License. See the file "COPYING" in the main directory of this archive
8
- * for more details.
96 */
107 #ifndef __ASM_SH_DMA_H
118 #define __ASM_SH_DMA_H
12
-#ifdef __KERNEL__
139
1410 #include <linux/spinlock.h>
1511 #include <linux/wait.h>
....@@ -147,5 +143,4 @@
147143 #define isa_dma_bridge_buggy (0)
148144 #endif
149145
150
-#endif /* __KERNEL__ */
151146 #endif /* __ASM_SH_DMA_H */