aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ads7846.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/ads7846.c')
-rw-r--r--drivers/input/touchscreen/ads7846.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/input/touchscreen/ads7846.c b/drivers/input/touchscreen/ads7846.c
index a2f45aefce08..accbbe8d2966 100644
--- a/drivers/input/touchscreen/ads7846.c
+++ b/drivers/input/touchscreen/ads7846.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * ADS7846 based touchscreen and sensor driver 3 * ADS7846 based touchscreen and sensor driver
3 * 4 *
@@ -12,10 +13,6 @@
12 * Copyright (C) 2002 MontaVista Software 13 * Copyright (C) 2002 MontaVista Software
13 * Copyright (C) 2004 Texas Instruments 14 * Copyright (C) 2004 Texas Instruments
14 * Copyright (C) 2005 Dirk Behme 15 * Copyright (C) 2005 Dirk Behme
15 *
16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License version 2 as
18 * published by the Free Software Foundation.
19 */ 16 */
20#include <linux/types.h> 17#include <linux/types.h>
21#include <linux/hwmon.h> 18#include <linux/hwmon.h>