Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: boards: convert to SPDX identifiers

Update license to use SPDX-License-Identifier instead of verbose license
text.

Link: http://lkml.kernel.org/r/87in08ct0n.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Cc: Rich Felker <dalias@libc.org>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Kuninori Morimoto and committed by
Linus Torvalds
aaf9128a ffa6daa9

+101 -290
+1 -4
arch/sh/boards/board-apsh4a3a.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * ALPHAPROJECT AP-SH4A-3A Support. 3 4 * 4 5 * Copyright (C) 2010 ALPHAPROJECT Co.,Ltd. 5 6 * Copyright (C) 2008 Yoshihiro Shimoda 6 7 * Copyright (C) 2009 Paul Mundt 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #include <linux/init.h> 13 10 #include <linux/platform_device.h>
+1 -4
arch/sh/boards/board-apsh4ad0a.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * ALPHAPROJECT AP-SH4AD-0A Support. 3 4 * 4 5 * Copyright (C) 2010 ALPHAPROJECT Co.,Ltd. 5 6 * Copyright (C) 2010 Matt Fleming 6 7 * Copyright (C) 2010 Paul Mundt 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #include <linux/init.h> 13 10 #include <linux/platform_device.h>
+1 -14
arch/sh/boards/board-edosk7760.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Renesas Europe EDOSK7760 Board Support 3 4 * 4 5 * Copyright (C) 2008 SPES Societa' Progettazione Elettronica e Software Ltd. 5 6 * Author: Luca Santini <luca.santini@spesonline.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License, or 10 - * (at your option) any later version. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 7 */ 21 8 #include <linux/init.h> 22 9 #include <linux/types.h>
+1 -4
arch/sh/boards/board-espt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Data Technology Inc. ESPT-GIGA board support 3 4 * 4 5 * Copyright (C) 2008, 2009 Renesas Solutions Corp. 5 6 * Copyright (C) 2008, 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #include <linux/init.h> 12 9 #include <linux/platform_device.h>
+1 -4
arch/sh/boards/board-magicpanelr2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/arch/sh/boards/magicpanel/setup.c 3 4 * 4 5 * Copyright (C) 2007 Markus Brunner, Mark Jonas 5 6 * 6 7 * Magic Panel Release 2 board setup 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #include <linux/init.h> 13 10 #include <linux/irq.h>
+1 -4
arch/sh/boards/board-sh7757lcr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas R0P7757LC0012RL Support. 3 4 * 4 5 * Copyright (C) 2009 - 2010 Renesas Solutions Corp. 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 11 8 #include <linux/init.h>
+1 -4
arch/sh/boards/board-sh7785lcr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas Technology Corp. R0P7785LC0011RL Support. 3 4 * 4 5 * Copyright (C) 2008 Yoshihiro Shimoda 5 6 * Copyright (C) 2009 Paul Mundt 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #include <linux/init.h> 12 9 #include <linux/platform_device.h>
+1 -4
arch/sh/boards/board-titan.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/titan/setup.c - Setup for Titan 3 4 * 4 5 * Copyright (C) 2006 Jamie Lenehan 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 #include <linux/init.h> 11 8 #include <linux/irq.h>
+1 -4
arch/sh/boards/board-urquell.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas Technology Corp. SH7786 Urquell Support. 3 4 * ··· 7 6 * 8 7 * Based on board-sh7785lcr.c 9 8 * Copyright (C) 2008 Yoshihiro Shimoda 10 - * 11 - * This file is subject to the terms and conditions of the GNU General Public 12 - * License. See the file "COPYING" in the main directory of this archive 13 - * for more details. 14 9 */ 15 10 #include <linux/init.h> 16 11 #include <linux/platform_device.h>
+1
arch/sh/boards/mach-ap325rxa/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 obj-y := setup.o sdram.o 2 3
+2 -5
arch/sh/boards/mach-ap325rxa/sdram.S
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * AP325RXA sdram self/auto-refresh setup code 3 4 * 4 5 * Copyright (C) 2009 Magnus Damm 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 11 8 #include <linux/sys.h>
+1
arch/sh/boards/mach-cayman/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the Hitachi Cayman specific parts of the kernel 3 4 #
+1 -4
arch/sh/boards/mach-cayman/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/mach-cayman/irq.c - SH-5 Cayman Interrupt Support 3 4 * 4 5 * This file handles the board specific parts of the Cayman interrupt system 5 6 * 6 7 * Copyright (C) 2002 Stuart Menefy 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #include <linux/io.h> 13 10 #include <linux/irq.h>
+1 -4
arch/sh/boards/mach-cayman/panic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2003 Richard Curnow, SuperH UK Limited 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 4 */ 8 5 9 6 #include <linux/kernel.h>
+1 -4
arch/sh/boards/mach-cayman/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/mach-cayman/setup.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2002 David J. Mckay & Benedict Gaster 8 7 * Copyright (C) 2003 - 2007 Paul Mundt 9 - * 10 - * This file is subject to the terms and conditions of the GNU General Public 11 - * License. See the file "COPYING" in the main directory of this archive 12 - * for more details. 13 8 */ 14 9 #include <linux/init.h> 15 10 #include <linux/io.h>
+1
arch/sh/boards/mach-dreamcast/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the Sega Dreamcast specific parts of the kernel 3 4 #
+1 -1
arch/sh/boards/mach-dreamcast/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/dreamcast/irq.c 3 4 * ··· 7 6 * Copyright (c) 2001, 2002 M. R. Brown <mrbrown@0xd6.org> 8 7 * 9 8 * This file is part of the LinuxDC project (www.linuxdc.org) 10 - * Released under the terms of the GNU GPL v2.0 11 9 */ 12 10 #include <linux/irq.h> 13 11 #include <linux/io.h>
+1 -3
arch/sh/boards/mach-dreamcast/rtc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/dreamcast/rtc.c 3 4 * ··· 6 5 * 7 6 * Copyright (c) 2001, 2002 M. R. Brown <mrbrown@0xd6.org> 8 7 * Copyright (c) 2002 Paul Mundt <lethal@chaoticdreams.org> 9 - * 10 - * Released under the terms of the GNU GPL v2.0. 11 - * 12 8 */ 13 9 14 10 #include <linux/time.h>
+1 -2
arch/sh/boards/mach-dreamcast/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/dreamcast/setup.c 3 4 * ··· 8 7 * Copyright (c) 2002, 2003, 2004 Paul Mundt <lethal@linux-sh.org> 9 8 * 10 9 * This file is part of the LinuxDC project (www.linuxdc.org) 11 - * 12 - * Released under the terms of the GNU GPL v2.0. 13 10 * 14 11 * This file originally bore the message (with enclosed-$): 15 12 * Id: setup_dc.c,v 1.5 2001/05/24 05:09:16 mrbrown Exp
+1
arch/sh/boards/mach-ecovec24/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the R0P7724LC0011/21RL (EcoVec) 3 4 #
+2 -5
arch/sh/boards/mach-ecovec24/sdram.S
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * Ecovec24 sdram self/auto-refresh setup code 3 4 * 4 5 * Copyright (C) 2009 Magnus Damm 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 11 8 #include <linux/sys.h>
+1 -4
arch/sh/boards/mach-ecovec24/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2009 Renesas Solutions Corp. 3 4 * 4 5 * Kuninori Morimoto <morimoto.kuninori@renesas.com> 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 #include <asm/clock.h> 11 8 #include <asm/heartbeat.h>
+1 -4
arch/sh/boards/mach-highlander/irq-r7780mp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas Solutions Highlander R7780MP Support. 3 4 * 4 5 * Copyright (C) 2002 Atom Create Engineering Co., Ltd. 5 6 * Copyright (C) 2006 Paul Mundt 6 7 * Copyright (C) 2007 Magnus Damm 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #include <linux/init.h> 13 10 #include <linux/irq.h>
+1 -4
arch/sh/boards/mach-highlander/irq-r7780rp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas Solutions Highlander R7780RP-1 Support. 3 4 * 4 5 * Copyright (C) 2002 Atom Create Engineering Co., Ltd. 5 6 * Copyright (C) 2006 Paul Mundt 6 7 * Copyright (C) 2008 Magnus Damm 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #include <linux/init.h> 13 10 #include <linux/irq.h>
+1 -4
arch/sh/boards/mach-highlander/irq-r7785rp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas Solutions Highlander R7785RP Support. 3 4 * 4 5 * Copyright (C) 2002 Atom Create Engineering Co., Ltd. 5 6 * Copyright (C) 2006 - 2008 Paul Mundt 6 7 * Copyright (C) 2007 Magnus Damm 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #include <linux/init.h> 13 10 #include <linux/irq.h>
+1 -4
arch/sh/boards/mach-highlander/pinmux-r7785rp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2008 Paul Mundt 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 4 */ 8 5 #include <linux/init.h> 9 6 #include <linux/gpio.h>
+1 -4
arch/sh/boards/mach-highlander/psw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/renesas/r7780rp/psw.c 3 4 * 4 5 * push switch support for RDBRP-1/RDBREVRP-1 debug boards. 5 6 * 6 7 * Copyright (C) 2006 Paul Mundt 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #include <linux/io.h> 13 10 #include <linux/module.h>
+1 -4
arch/sh/boards/mach-highlander/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/renesas/r7780rp/setup.c 3 4 * ··· 9 8 * 10 9 * This contains support for the R7780RP-1, R7780MP, and R7785RP 11 10 * Highlander modules. 12 - * 13 - * This file is subject to the terms and conditions of the GNU General Public 14 - * License. See the file "COPYING" in the main directory of this archive 15 - * for more details. 16 11 */ 17 12 #include <linux/init.h> 18 13 #include <linux/io.h>
+1
arch/sh/boards/mach-hp6xx/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the HP6xx specific parts of the kernel 3 4 #
+1 -3
arch/sh/boards/mach-hp6xx/hp6xx_apm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * bios-less APM driver for hp680 3 4 * 4 5 * Copyright 2005 (c) Andriy Skulysh <askulysh@gmail.com> 5 6 * Copyright 2008 (c) Kristoffer Ericson <kristoffer.ericson@gmail.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License. 9 7 */ 10 8 #include <linux/module.h> 11 9 #include <linux/kernel.h>
+1 -3
arch/sh/boards/mach-hp6xx/pm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * hp6x0 Power Management Routines 3 4 * 4 5 * Copyright (c) 2006 Andriy Skulysh <askulsyh@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License. 8 6 */ 9 7 #include <linux/init.h> 10 8 #include <linux/suspend.h>
+2 -6
arch/sh/boards/mach-hp6xx/pm_wakeup.S
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * Copyright (c) 2006 Andriy Skulysh <askulsyh@gmail.com> 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 - * 8 4 */ 9 5 10 6 #include <linux/linkage.h>
+1 -3
arch/sh/boards/mach-hp6xx/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/arch/sh/boards/hp6xx/setup.c 3 4 * 4 5 * Copyright (C) 2002 Andriy Skulysh 5 6 * Copyright (C) 2007 Kristoffer Ericson <Kristoffer_e1@hotmail.com> 6 - * 7 - * May be copied or modified under the terms of the GNU General Public 8 - * License. See linux/COPYING for more information. 9 7 * 10 8 * Setup code for HP620/HP660/HP680/HP690 (internal peripherials only) 11 9 */
+1
arch/sh/boards/mach-kfr2r09/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 obj-y := setup.o sdram.o 2 3 ifneq ($(CONFIG_FB_SH_MOBILE_LCDC),) 3 4 obj-y += lcd_wqvga.o
+1 -4
arch/sh/boards/mach-kfr2r09/lcd_wqvga.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * KFR2R09 LCD panel support 3 4 * ··· 6 5 * 7 6 * Register settings based on the out-of-tree t33fb.c driver 8 7 * Copyright (C) 2008 Lineo Solutions, Inc. 9 - * 10 - * This file is subject to the terms and conditions of the GNU General Public 11 - * License. See the file COPYING in the main directory of this archive for 12 - * more details. 13 8 */ 14 9 15 10 #include <linux/delay.h>
+2 -5
arch/sh/boards/mach-kfr2r09/sdram.S
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * KFR2R09 sdram self/auto-refresh setup code 3 4 * 4 5 * Copyright (C) 2009 Magnus Damm 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 11 8 #include <linux/sys.h>
+1
arch/sh/boards/mach-landisk/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for I-O DATA DEVICE, INC. "LANDISK Series" 3 4 #
+1 -5
arch/sh/boards/mach-landisk/gio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/landisk/gio.c - driver for landisk 3 4 * ··· 7 6 * 8 7 * Copylight (C) 2006 kogiidena 9 8 * Copylight (C) 2002 Atom Create Engineering Co., Ltd. * 10 - * 11 - * This file is subject to the terms and conditions of the GNU General Public 12 - * License. See the file "COPYING" in the main directory of this archive 13 - * for more details. 14 - * 15 9 */ 16 10 #include <linux/module.h> 17 11 #include <linux/init.h>
+1 -4
arch/sh/boards/mach-landisk/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/mach-landisk/irq.c 3 4 * ··· 9 8 * 10 9 * Copyright (C) 2001 Ian da Silva, Jeremy Siegel 11 10 * Based largely on io_se.c. 12 - * 13 - * This file is subject to the terms and conditions of the GNU General Public 14 - * License. See the file "COPYING" in the main directory of this archive 15 - * for more details. 16 11 */ 17 12 18 13 #include <linux/init.h>
+1 -4
arch/sh/boards/mach-landisk/psw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/landisk/psw.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2006-2007 Paul Mundt 8 7 * Copyright (C) 2007 kogiidena 9 - * 10 - * This file is subject to the terms and conditions of the GNU General Public 11 - * License. See the file "COPYING" in the main directory of this archive 12 - * for more details. 13 8 */ 14 9 #include <linux/io.h> 15 10 #include <linux/init.h>
+1 -4
arch/sh/boards/mach-landisk/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/landisk/setup.c 3 4 * ··· 8 7 * Copyright (C) 2002 Paul Mundt 9 8 * Copylight (C) 2002 Atom Create Engineering Co., Ltd. 10 9 * Copyright (C) 2005-2007 kogiidena 11 - * 12 - * This file is subject to the terms and conditions of the GNU General Public 13 - * License. See the file "COPYING" in the main directory of this archive 14 - * for more details. 15 10 */ 16 11 #include <linux/init.h> 17 12 #include <linux/platform_device.h>
+1
arch/sh/boards/mach-lboxre2/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the L-BOX RE2 specific parts of the kernel 3 4 # Copyright (c) 2007 Nobuhiro Iwamatsu
+1 -5
arch/sh/boards/mach-lboxre2/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/arch/sh/boards/lboxre2/irq.c 3 4 * 4 5 * Copyright (C) 2007 Nobuhiro Iwamatsu 5 6 * 6 7 * NTT COMWARE L-BOX RE2 Support. 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 - * 12 8 */ 13 9 #include <linux/init.h> 14 10 #include <linux/interrupt.h>
+1 -5
arch/sh/boards/mach-lboxre2/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/arch/sh/boards/lbox/setup.c 3 4 * 4 5 * Copyright (C) 2007 Nobuhiro Iwamatsu 5 6 * 6 7 * NTT COMWARE L-BOX RE2 Support 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 - * 12 8 */ 13 9 14 10 #include <linux/init.h>
+1
arch/sh/boards/mach-microdev/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the SuperH MicroDev specific parts of the kernel 3 4 #
+1 -4
arch/sh/boards/mach-microdev/fdc37c93xapm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 - * 3 3 * Setup for the SMSC FDC37C93xAPM 4 4 * 5 5 * Copyright (C) 2003 Sean McGoogan (Sean.McGoogan@superh.com) ··· 7 7 * Copyright (C) 2004, 2005 Paul Mundt 8 8 * 9 9 * SuperH SH4-202 MicroDev board support. 10 - * 11 - * May be copied or modified under the terms of the GNU General Public 12 - * License. See linux/COPYING for more information. 13 10 */ 14 11 #include <linux/init.h> 15 12 #include <linux/ioport.h>
+1 -3
arch/sh/boards/mach-microdev/io.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/arch/sh/boards/superh/microdev/io.c 3 4 * ··· 7 6 * Copyright (C) 2004 Paul Mundt 8 7 * 9 8 * SuperH SH4-202 MicroDev board support. 10 - * 11 - * May be copied or modified under the terms of the GNU General Public 12 - * License. See linux/COPYING for more information. 13 9 */ 14 10 15 11 #include <linux/init.h>
+1 -3
arch/sh/boards/mach-microdev/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/superh/microdev/irq.c 3 4 * 4 5 * Copyright (C) 2003 Sean McGoogan (Sean.McGoogan@superh.com) 5 6 * 6 7 * SuperH SH4-202 MicroDev board support. 7 - * 8 - * May be copied or modified under the terms of the GNU General Public 9 - * License. See linux/COPYING for more information. 10 8 */ 11 9 12 10 #include <linux/init.h>
+1 -3
arch/sh/boards/mach-microdev/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/superh/microdev/setup.c 3 4 * ··· 7 6 * Copyright (C) 2004, 2005 Paul Mundt 8 7 * 9 8 * SuperH SH4-202 MicroDev board support. 10 - * 11 - * May be copied or modified under the terms of the GNU General Public 12 - * License. See linux/COPYING for more information. 13 9 */ 14 10 #include <linux/init.h> 15 11 #include <linux/platform_device.h>
+1
arch/sh/boards/mach-migor/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 obj-y := setup.o sdram.o 2 3 obj-$(CONFIG_SH_MIGOR_QVGA) += lcd_qvga.o
+1 -4
arch/sh/boards/mach-migor/lcd_qvga.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Support for SuperH MigoR Quarter VGA LCD Panel 3 4 * ··· 6 5 * 7 6 * Based on lcd_powertip.c from Kenati Technologies Pvt Ltd. 8 7 * Copyright (c) 2007 Ujjwal Pande <ujjwal@kenati.com>, 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 13 8 */ 14 9 15 10 #include <linux/delay.h>
+2 -5
arch/sh/boards/mach-migor/sdram.S
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * Migo-R sdram self/auto-refresh setup code 3 4 * 4 5 * Copyright (C) 2009 Magnus Damm 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 11 8 #include <linux/sys.h>
+1
arch/sh/boards/mach-r2d/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the RTS7751R2D specific parts of the kernel 3 4 #
+1 -4
arch/sh/boards/mach-r2d/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas Technology Sales RTS7751R2D Support. 3 4 * 4 5 * Copyright (C) 2002 - 2006 Atom Create Engineering Co., Ltd. 5 6 * Copyright (C) 2004 - 2007 Paul Mundt 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #include <linux/init.h> 12 9 #include <linux/platform_device.h>
+1
arch/sh/boards/mach-rsk/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 obj-y := setup.o 2 3 obj-$(CONFIG_SH_RSK7203) += devices-rsk7203.o 3 4 obj-$(CONFIG_SH_RSK7264) += devices-rsk7264.o
+1 -4
arch/sh/boards/mach-rsk/devices-rsk7203.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas Technology Europe RSK+ 7203 Support. 3 4 * 4 5 * Copyright (C) 2008 - 2010 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 #include <linux/init.h> 11 8 #include <linux/types.h>
+1 -4
arch/sh/boards/mach-rsk/devices-rsk7264.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * RSK+SH7264 Support. 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Europe 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 #include <linux/init.h> 11 8 #include <linux/types.h>
+1 -4
arch/sh/boards/mach-rsk/devices-rsk7269.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * RSK+SH7269 Support 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Europe Ltd 5 6 * Copyright (C) 2012 Phil Edworthy 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #include <linux/init.h> 12 9 #include <linux/types.h>
+1 -4
arch/sh/boards/mach-rsk/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas Technology Europe RSK+ Support. 3 4 * 4 5 * Copyright (C) 2008 Paul Mundt 5 6 * Copyright (C) 2008 Peter Griffin <pgriffin@mpc-data.co.uk> 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #include <linux/init.h> 12 9 #include <linux/types.h>
+1
arch/sh/boards/mach-sdk7780/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the SDK7780 specific parts of the kernel 3 4 #
+1 -4
arch/sh/boards/mach-sdk7780/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/arch/sh/boards/renesas/sdk7780/irq.c 3 4 * 4 5 * Renesas Technology Europe SDK7780 Support. 5 6 * 6 7 * Copyright (C) 2008 Nicholas Beck <nbeck@mpc-data.co.uk> 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #include <linux/init.h> 13 10 #include <linux/irq.h>
+1 -4
arch/sh/boards/mach-sdk7780/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/renesas/sdk7780/setup.c 3 4 * 4 5 * Renesas Solutions SH7780 SDK Support 5 6 * Copyright (C) 2008 Nicholas Beck <nbeck@mpc-data.co.uk> 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #include <linux/init.h> 12 9 #include <linux/types.h>
+1
arch/sh/boards/mach-sdk7786/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 obj-y := fpga.o irq.o nmi.o setup.o 2 3 3 4 obj-$(CONFIG_GPIOLIB) += gpio.o
+1 -4
arch/sh/boards/mach-sdk7786/fpga.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * SDK7786 FPGA Support. 3 4 * 4 5 * Copyright (C) 2010 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 #include <linux/init.h> 11 8 #include <linux/io.h>
+1 -4
arch/sh/boards/mach-sdk7786/gpio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * SDK7786 FPGA USRGPIR Support. 3 4 * 4 5 * Copyright (C) 2010 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 #include <linux/init.h> 11 8 #include <linux/interrupt.h>
+1 -4
arch/sh/boards/mach-sdk7786/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * SDK7786 FPGA IRQ Controller Support. 3 4 * 4 5 * Copyright (C) 2010 Matt Fleming 5 6 * Copyright (C) 2010 Paul Mundt 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #include <linux/irq.h> 12 9 #include <mach/fpga.h>
+1 -4
arch/sh/boards/mach-sdk7786/nmi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * SDK7786 FPGA NMI Support. 3 4 * 4 5 * Copyright (C) 2010 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 #include <linux/init.h> 11 8 #include <linux/kernel.h>
+1 -4
arch/sh/boards/mach-sdk7786/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas Technology Europe SDK7786 Support. 3 4 * 4 5 * Copyright (C) 2010 Matt Fleming 5 6 * Copyright (C) 2010 Paul Mundt 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #include <linux/init.h> 12 9 #include <linux/platform_device.h>
+1 -4
arch/sh/boards/mach-sdk7786/sram.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * SDK7786 FPGA SRAM Support. 3 4 * 4 5 * Copyright (C) 2010 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 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 11 8
+1
arch/sh/boards/mach-se/7206/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the 7206 SolutionEngine specific parts of the kernel 3 4 #
+1
arch/sh/boards/mach-se/7343/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the 7343 SolutionEngine specific parts of the kernel 3 4 #
+1 -4
arch/sh/boards/mach-se/7343/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Hitachi UL SolutionEngine 7343 FPGA IRQ Support. 3 4 * ··· 7 6 * 8 7 * Based on linux/arch/sh/boards/se/7343/irq.c 9 8 * Copyright (C) 2007 Nobuhiro Iwamatsu 10 - * 11 - * This file is subject to the terms and conditions of the GNU General Public 12 - * License. See the file "COPYING" in the main directory of this archive 13 - * for more details. 14 9 */ 15 10 #define DRV_NAME "SE7343-FPGA" 16 11 #define pr_fmt(fmt) DRV_NAME ": " fmt
+1
arch/sh/boards/mach-se/770x/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the 770x SolutionEngine specific parts of the kernel 3 4 #
+1
arch/sh/boards/mach-se/7721/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 obj-y := setup.o irq.o
+1 -4
arch/sh/boards/mach-se/7721/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/arch/sh/boards/se/7721/irq.c 3 4 * 4 5 * Copyright (C) 2008 Renesas Solutions Corp. 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 #include <linux/init.h> 11 8 #include <linux/irq.h>
+1 -5
arch/sh/boards/mach-se/7721/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/arch/sh/boards/se/7721/setup.c 3 4 * 4 5 * Copyright (C) 2008 Renesas Solutions Corp. 5 6 * 6 7 * Hitachi UL SolutionEngine 7721 Support. 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 - * 12 8 */ 13 9 #include <linux/init.h> 14 10 #include <linux/platform_device.h>
+1
arch/sh/boards/mach-se/7722/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the HITACHI UL SolutionEngine 7722 specific parts of the kernel 3 4 #
+1 -4
arch/sh/boards/mach-se/7722/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Hitachi UL SolutionEngine 7722 FPGA IRQ Support. 3 4 * 4 5 * Copyright (C) 2007 Nobuhiro Iwamatsu 5 6 * Copyright (C) 2012 Paul Mundt 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #define DRV_NAME "SE7722-FPGA" 12 9 #define pr_fmt(fmt) DRV_NAME ": " fmt
+1 -5
arch/sh/boards/mach-se/7722/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/arch/sh/boards/se/7722/setup.c 3 4 * ··· 6 5 * Copyright (C) 2012 Paul Mundt 7 6 * 8 7 * Hitachi UL SolutionEngine 7722 Support. 9 - * 10 - * This file is subject to the terms and conditions of the GNU General Public 11 - * License. See the file "COPYING" in the main directory of this archive 12 - * for more details. 13 - * 14 8 */ 15 9 #include <linux/init.h> 16 10 #include <linux/platform_device.h>
+1
arch/sh/boards/mach-se/7724/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the HITACHI UL SolutionEngine 7724 specific parts of the kernel 3 4 #
+1 -4
arch/sh/boards/mach-se/7724/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/arch/sh/boards/se/7724/irq.c 3 4 * ··· 10 9 * Copyright (C) 2007 Nobuhiro Iwamatsu 11 10 * 12 11 * Hitachi UL SolutionEngine 7724 Support. 13 - * 14 - * This file is subject to the terms and conditions of the GNU General Public 15 - * License. See the file "COPYING" in the main directory of this archive 16 - * for more details. 17 12 */ 18 13 #include <linux/init.h> 19 14 #include <linux/irq.h>
+2 -5
arch/sh/boards/mach-se/7724/sdram.S
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * MS7724SE sdram self/auto-refresh setup code 3 4 * 4 5 * Copyright (C) 2009 Magnus Damm 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 11 8 #include <linux/sys.h>
+1
arch/sh/boards/mach-se/7751/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the 7751 SolutionEngine specific parts of the kernel 3 4 #
+1
arch/sh/boards/mach-se/7780/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the HITACHI UL SolutionEngine 7780 specific parts of the kernel 3 4 #
+1 -4
arch/sh/boards/mach-se/7780/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/arch/sh/boards/se/7780/irq.c 3 4 * 4 5 * Copyright (C) 2006,2007 Nobuhiro Iwamatsu 5 6 * 6 7 * Hitachi UL SolutionEngine 7780 Support. 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #include <linux/init.h> 13 10 #include <linux/irq.h>
+1 -4
arch/sh/boards/mach-se/7780/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/arch/sh/boards/se/7780/setup.c 3 4 * 4 5 * Copyright (C) 2006,2007 Nobuhiro Iwamatsu 5 6 * 6 7 * Hitachi UL SolutionEngine 7780 Support. 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #include <linux/init.h> 13 10 #include <linux/platform_device.h>
+1
arch/sh/boards/mach-sh03/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the Interface (CTP/PCI-SH03) specific parts of the kernel 3 4 #
+1
arch/sh/boards/mach-sh7763rdp/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 obj-y := setup.o irq.o
+1 -4
arch/sh/boards/mach-sh7763rdp/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/arch/sh/boards/renesas/sh7763rdp/irq.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2008 Renesas Solutions Corp. 8 7 * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9 - * 10 - * This file is subject to the terms and conditions of the GNU General Public 11 - * License. See the file "COPYING" in the main directory of this archive 12 - * for more details. 13 8 */ 14 9 15 10 #include <linux/init.h>
+1 -4
arch/sh/boards/mach-sh7763rdp/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * linux/arch/sh/boards/renesas/sh7763rdp/setup.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2008 Renesas Solutions Corp. 8 7 * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9 - * 10 - * This file is subject to the terms and conditions of the GNU General Public 11 - * License. See the file "COPYING" in the main directory of this archive 12 - * for more details. 13 8 */ 14 9 #include <linux/init.h> 15 10 #include <linux/platform_device.h>
+1
arch/sh/boards/mach-x3proto/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 obj-y += setup.o ilsel.o 2 3 3 4 obj-$(CONFIG_GPIOLIB) += gpio.o
+1 -4
arch/sh/boards/mach-x3proto/gpio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/mach-x3proto/gpio.c 3 4 * 4 5 * Renesas SH-X3 Prototype Baseboard GPIO Support. 5 6 * 6 7 * Copyright (C) 2010 - 2012 Paul Mundt 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 13 10
+1 -4
arch/sh/boards/mach-x3proto/ilsel.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/mach-x3proto/ilsel.c 3 4 * 4 5 * Helper routines for SH-X3 proto board ILSEL. 5 6 * 6 7 * Copyright (C) 2007 - 2010 Paul Mundt 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 13 10
+1 -4
arch/sh/boards/mach-x3proto/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/boards/mach-x3proto/setup.c 3 4 * 4 5 * Renesas SH-X3 Prototype Board Support. 5 6 * 6 7 * Copyright (C) 2007 - 2010 Paul Mundt 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #include <linux/init.h> 13 10 #include <linux/platform_device.h>
+1 -4
arch/sh/boards/of-generic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * SH generic board support, using device tree 3 4 * 4 5 * Copyright (C) 2015-2016 Smart Energy Instruments, Inc. 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 11 8 #include <linux/of.h>