diff options
author | John Crispin <john@openwrt.org> | 2015-12-17 09:29:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-17 09:29:22 +0000 |
commit | d4b8d51580f61bc242b3a51566d2e4afd1f4a150 (patch) | |
tree | 16c7b79fae4831e85c1239d0da5869893f7b65fa /target/linux/brcm2708/patches-4.1/0207-Input-ft6236-change-module-license-string-to-match-c.patch | |
parent | 98bf3d41207f32bc14ca8b67435ddc75e93b8214 (diff) | |
download | upstream-d4b8d51580f61bc242b3a51566d2e4afd1f4a150.tar.gz upstream-d4b8d51580f61bc242b3a51566d2e4afd1f4a150.tar.bz2 upstream-d4b8d51580f61bc242b3a51566d2e4afd1f4a150.zip |
brcm2708: update 4.1 patches
As usual, this patches were taken (and rebased) from
https://github.com/raspberrypi/linux/commits/rpi-4.1.y
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 47922
Diffstat (limited to 'target/linux/brcm2708/patches-4.1/0207-Input-ft6236-change-module-license-string-to-match-c.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.1/0207-Input-ft6236-change-module-license-string-to-match-c.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/brcm2708/patches-4.1/0207-Input-ft6236-change-module-license-string-to-match-c.patch b/target/linux/brcm2708/patches-4.1/0207-Input-ft6236-change-module-license-string-to-match-c.patch new file mode 100644 index 0000000000..0aea842b86 --- /dev/null +++ b/target/linux/brcm2708/patches-4.1/0207-Input-ft6236-change-module-license-string-to-match-c.patch @@ -0,0 +1,22 @@ +From 1e90810b40b85374afa3341e3aab679d1c9d7834 Mon Sep 17 00:00:00 2001 +From: Dmitry Torokhov <dmitry.torokhov@gmail.com> +Date: Tue, 6 Oct 2015 17:00:36 -0700 +Subject: [PATCH 207/222] Input: ft6236 - change module license string to match + copyright notice + +The copyright/license notice says that the code is licensed under GPL v2 +only (not GPL v2+), so let's use proper string in MODULE_LICENSE(). + +Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> +--- + drivers/input/touchscreen/ft6236.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/drivers/input/touchscreen/ft6236.c ++++ b/drivers/input/touchscreen/ft6236.c +@@ -323,4 +323,4 @@ module_i2c_driver(ft6236_driver); + MODULE_AUTHOR("Sean Cross <xobs@kosagi.com>"); + MODULE_AUTHOR("Noralf Trønnes <noralf@tronnes.org>"); + MODULE_DESCRIPTION("FocalTech FT6236 TouchScreen driver"); +-MODULE_LICENSE("GPL"); ++MODULE_LICENSE("GPL v2"); |