diff options
Diffstat (limited to 'include/linux/dma/hsu.h')
| -rw-r--r-- | include/linux/dma/hsu.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/include/linux/dma/hsu.h b/include/linux/dma/hsu.h index 197eec63e501..77ea602c287c 100644 --- a/include/linux/dma/hsu.h +++ b/include/linux/dma/hsu.h @@ -1,21 +1,20 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Driver for the High Speed UART DMA * * Copyright (C) 2015 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #ifndef _DMA_HSU_H #define _DMA_HSU_H -#include <linux/device.h> -#include <linux/interrupt.h> +#include <linux/errno.h> +#include <linux/kconfig.h> +#include <linux/types.h> #include <linux/platform_data/dma-hsu.h> +struct device; struct hsu_dma; /** |
