.. | .. |
---|
1 | | -/* |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 |
---|
| 2 | + * |
---|
2 | 3 | * include/asm-sh/dma.h |
---|
3 | 4 | * |
---|
4 | 5 | * 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. |
---|
9 | 6 | */ |
---|
10 | 7 | #ifndef __ASM_SH_DMA_H |
---|
11 | 8 | #define __ASM_SH_DMA_H |
---|
12 | | -#ifdef __KERNEL__ |
---|
13 | 9 | |
---|
14 | 10 | #include <linux/spinlock.h> |
---|
15 | 11 | #include <linux/wait.h> |
---|
.. | .. |
---|
147 | 143 | #define isa_dma_bridge_buggy (0) |
---|
148 | 144 | #endif |
---|
149 | 145 | |
---|
150 | | -#endif /* __KERNEL__ */ |
---|
151 | 146 | #endif /* __ASM_SH_DMA_H */ |
---|