aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2019-05-20 09:29:47 +0200
committerJoerg Roedel <[email protected]>2019-05-27 17:31:12 +0200
commitb5f75a3639ff3b547e4eee7671e4321a429747a6 (patch)
tree774c82ddd359654c87df5f7addaf2ebf0808650f
parenta9f4d93dbeb6f5ccb50c6362ba944afe34cb8f12 (diff)
arm64: switch copyright boilerplace to SPDX in dma-mapping.c
Signed-off-by: Christoph Hellwig <[email protected]> Acked-by: Robin Murphy <[email protected]> Reviewed-by: Mukesh Ojha <[email protected]> Acked-by: Catalin Marinas <[email protected]> Signed-off-by: Joerg Roedel <[email protected]>
-rw-r--r--arch/arm64/mm/dma-mapping.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/arch/arm64/mm/dma-mapping.c b/arch/arm64/mm/dma-mapping.c
index d1661f78eb4d..184ef9ccd69d 100644
--- a/arch/arm64/mm/dma-mapping.c
+++ b/arch/arm64/mm/dma-mapping.c
@@ -1,20 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
/*
- * SWIOTLB-based DMA API implementation
- *
* Copyright (C) 2012 ARM Ltd.
* Author: Catalin Marinas <[email protected]>
- *
- * 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.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <linux/gfp.h>