diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-08-29 17:08:53 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-04 08:22:47 +0200 |
commit | bf97279079be21fc843d90489846d2c73c77ed09 (patch) | |
tree | b1e482f32d2bc8be84369a39b010074f94dc5b8e /include | |
parent | gpio: ts5500: Include the right header (diff) | |
download | linux-bf97279079be21fc843d90489846d2c73c77ed09.tar.xz linux-bf97279079be21fc843d90489846d2c73c77ed09.zip |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/gpio-ts5500.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/platform_data/gpio-ts5500.h b/include/linux/platform_data/gpio-ts5500.h index b10d11c9bb49..94346d4504cb 100644 --- a/include/linux/platform_data/gpio-ts5500.h +++ b/include/linux/platform_data/gpio-ts5500.h @@ -1,12 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * GPIO (DIO) header for Technologic Systems TS-5500 * * Copyright (c) 2012 Savoir-faire Linux Inc. * Vivien Didelot <vivien.didelot@savoirfairelinux.com> - * - * 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. */ #ifndef _PDATA_GPIO_TS5500_H |