diff options
Diffstat (limited to 'drivers/of/fdt_address.c')
| -rw-r--r-- | drivers/of/fdt_address.c | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/drivers/of/fdt_address.c b/drivers/of/fdt_address.c index 843a542dac7d..1dc15ab78b10 100644 --- a/drivers/of/fdt_address.c +++ b/drivers/of/fdt_address.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+  /*   * FDT Address translation based on u-boot fdt_support.c which in turn was   * based on the kernel unflattened DT address translation code. @@ -6,11 +7,6 @@   * Gerald Van Baren, Custom IDEAS, [email protected]   *   * Copyright 2010-2011 Freescale Semiconductor, Inc. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version.   */  #define pr_fmt(fmt)	"OF: fdt: " fmt |