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

gpio: ts5500: Use SPDX header

Cut some boilerplate, use the SPDX license identifier.

Cc: kernel@savoirfairelinux.com
Cc: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Cc: Jerome Oufella <jerome.oufella@savoirfairelinux.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+2 -8
+1 -4
drivers/gpio/gpio-ts5500.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Digital I/O driver for Technologic Systems TS-5500 3 4 * ··· 17 16 * TS-5600: 18 17 * Documentation: http://wiki.embeddedarm.com/wiki/TS-5600 19 18 * Blocks: LCD port (identical to TS-5500 LCD). 20 - * 21 - * This program is free software; you can redistribute it and/or modify 22 - * it under the terms of the GNU General Public License version 2 as 23 - * published by the Free Software Foundation. 24 19 */ 25 20 26 21 #include <linux/bitops.h>
+1 -4
include/linux/platform_data/gpio-ts5500.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * GPIO (DIO) header for Technologic Systems TS-5500 3 4 * 4 5 * Copyright (c) 2012 Savoir-faire Linux Inc. 5 6 * Vivien Didelot <vivien.didelot@savoirfairelinux.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 version 2 as 9 - * published by the Free Software Foundation. 10 7 */ 11 8 12 9 #ifndef _PDATA_GPIO_TS5500_H