aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/elants_i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/elants_i2c.c')
-rw-r--r--drivers/input/touchscreen/elants_i2c.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/input/touchscreen/elants_i2c.c b/drivers/input/touchscreen/elants_i2c.c
index f2cb23121833..d4ad24ea54c8 100644
--- a/drivers/input/touchscreen/elants_i2c.c
+++ b/drivers/input/touchscreen/elants_i2c.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Elan Microelectronics touch panels with I2C interface 3 * Elan Microelectronics touch panels with I2C interface
3 * 4 *
@@ -10,7 +11,6 @@
10 * Copyright (c) 2010-2012 Benjamin Tissoires <benjamin.tissoires@gmail.com> 11 * Copyright (c) 2010-2012 Benjamin Tissoires <benjamin.tissoires@gmail.com>
11 * Copyright (c) 2010-2012 Ecole Nationale de l'Aviation Civile, France 12 * Copyright (c) 2010-2012 Ecole Nationale de l'Aviation Civile, France
12 * 13 *
13 *
14 * This code is partly based on i2c-hid.c: 14 * This code is partly based on i2c-hid.c:
15 * 15 *
16 * Copyright (c) 2012 Benjamin Tissoires <benjamin.tissoires@gmail.com> 16 * Copyright (c) 2012 Benjamin Tissoires <benjamin.tissoires@gmail.com>
@@ -18,11 +18,6 @@
18 * Copyright (c) 2012 Red Hat, Inc 18 * Copyright (c) 2012 Red Hat, Inc
19 */ 19 */
20 20
21/*
22 * This software is licensed under the terms of the GNU General Public
23 * License version 2, as published by the Free Software Foundation, and
24 * may be copied, distributed, and modified under those terms.
25 */
26 21
27#include <linux/module.h> 22#include <linux/module.h>
28#include <linux/input.h> 23#include <linux/input.h>