aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2018-07-11 12:38:29 +0200
committerJiri Kosina <jkosina@suse.cz>2018-07-17 15:25:39 +0200
commitc4cf2d8df1dd9061cdc873e0ddb41deafa228b9d (patch)
tree15ddd5bcdb03b2e1f0ccb96b26d52de0b74bcd28 /drivers/hid
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid (diff)
downloadlinux-dev-c4cf2d8df1dd9061cdc873e0ddb41deafa228b9d.tar.xz
linux-dev-c4cf2d8df1dd9061cdc873e0ddb41deafa228b9d.zip
HID: elan: Remove unused max_area_x and max_area_y vatiables
max_area_x and max_area_y are initialized but never used anywhere, drop them. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/hid-elan.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/hid/hid-elan.c b/drivers/hid/hid-elan.c
index 803a725785cf..966fe36fab41 100644
--- a/drivers/hid/hid-elan.c
+++ b/drivers/hid/hid-elan.c
@@ -31,8 +31,6 @@ struct elan_touchpad_settings {
u8 max_fingers;
u16 max_x;
u16 max_y;
- u8 max_area_x;
- u8 max_area_y;
u8 max_w;
int usb_bInterfaceNumber;
};
@@ -390,8 +388,6 @@ static const struct elan_touchpad_settings hp_x2_10_touchpad_data = {
.max_fingers = 5,
.max_x = 2930,
.max_y = 1250,
- .max_area_x = 15,
- .max_area_y = 15,
.max_w = 255,
.usb_bInterfaceNumber = 1,
};