brcm2708: update 4.1 patches
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.1 / 0207-Input-ft6236-change-module-license-string-to-match-c.patch
1 From 1e90810b40b85374afa3341e3aab679d1c9d7834 Mon Sep 17 00:00:00 2001
2 From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
3 Date: Tue, 6 Oct 2015 17:00:36 -0700
4 Subject: [PATCH 207/222] Input: ft6236 - change module license string to match
5 copyright notice
6
7 The copyright/license notice says that the code is licensed under GPL v2
8 only (not GPL v2+), so let's use proper string in MODULE_LICENSE().
9
10 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
11 ---
12 drivers/input/touchscreen/ft6236.c | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 --- a/drivers/input/touchscreen/ft6236.c
16 +++ b/drivers/input/touchscreen/ft6236.c
17 @@ -323,4 +323,4 @@ module_i2c_driver(ft6236_driver);
18 MODULE_AUTHOR("Sean Cross <xobs@kosagi.com>");
19 MODULE_AUTHOR("Noralf Trønnes <noralf@tronnes.org>");
20 MODULE_DESCRIPTION("FocalTech FT6236 TouchScreen driver");
21 -MODULE_LICENSE("GPL");
22 +MODULE_LICENSE("GPL v2");