diff options
Diffstat (limited to 'drivers/hid/hid-mf.c')
-rw-r--r-- | drivers/hid/hid-mf.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/hid/hid-mf.c b/drivers/hid/hid-mf.c index 03f10516131d..fc75f30f537c 100644 --- a/drivers/hid/hid-mf.c +++ b/drivers/hid/hid-mf.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Force feedback support for Mayflash game controller adapters. | 3 | * Force feedback support for Mayflash game controller adapters. |
3 | * | 4 | * |
@@ -17,15 +18,6 @@ | |||
17 | */ | 18 | */ |
18 | 19 | ||
19 | /* | 20 | /* |
20 | * This program is free software; you can redistribute it and/or modify | ||
21 | * it under the terms of the GNU General Public License as published by | ||
22 | * the Free Software Foundation; either version 2 of the License, or | ||
23 | * (at your option) any later version. | ||
24 | * | ||
25 | * This program is distributed in the hope that it will be useful, | ||
26 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
27 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
28 | * GNU General Public License for more details. | ||
29 | */ | 21 | */ |
30 | 22 | ||
31 | #include <linux/input.h> | 23 | #include <linux/input.h> |