diff options
author | Vinod Koul <vkoul@kernel.org> | 2018-12-31 17:02:16 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2018-12-31 17:02:16 +0300 |
commit | f782086a49b7e7eb713d09370fa4525b04fe0dbe (patch) | |
tree | 17f8555b18d0ca54ec403f7a62b701b173f926b9 /include | |
parent | 56e8e1a118a96b9d0d02efa6290b94d9082f69d3 (diff) | |
parent | 47ec4cf405e238dac55df5e380bfe97842e0be68 (diff) | |
download | linux-f782086a49b7e7eb713d09370fa4525b04fe0dbe.tar.xz |
Merge branch 'topic/sh' into for-linus
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/shdma-base.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/linux/shdma-base.h b/include/linux/shdma-base.h index d927647e6350..6dfd05ef5c2d 100644 --- a/include/linux/shdma-base.h +++ b/include/linux/shdma-base.h @@ -1,4 +1,5 @@ -/* +/* SPDX-License-Identifier: GPL-2.0 + * * Dmaengine driver base library for DMA controllers, found on SH-based SoCs * * extracted from shdma.c and headers @@ -7,10 +8,6 @@ * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved. * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved. - * - * This is free software; you can redistribute it and/or modify - * it under the terms of version 2 of the GNU General Public License as - * published by the Free Software Foundation. */ #ifndef SHDMA_BASE_H |