aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/exc3000.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/exc3000.c')
-rw-r--r--drivers/input/touchscreen/exc3000.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/input/touchscreen/exc3000.c b/drivers/input/touchscreen/exc3000.c
index 37437a53cd1a..e007e2e8f626 100644
--- a/drivers/input/touchscreen/exc3000.c
+++ b/drivers/input/touchscreen/exc3000.c
@@ -1,13 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Driver for I2C connected EETI EXC3000 multiple touch controller 3 * Driver for I2C connected EETI EXC3000 multiple touch controller
3 * 4 *
4 * Copyright (C) 2017 Ahmet Inan <inan@distec.de> 5 * Copyright (C) 2017 Ahmet Inan <inan@distec.de>
5 * 6 *
6 * minimal implementation based on egalax_ts.c and egalax_i2c.c 7 * minimal implementation based on egalax_ts.c and egalax_i2c.c
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 */ 8 */
12 9
13#include <linux/bitops.h> 10#include <linux/bitops.h>