aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-logitech-hidpp.c
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@163.com>2015-12-27 17:25:20 +0800
committerJiri Kosina <jkosina@suse.cz>2015-12-28 13:41:11 +0100
commitd8ce9bf5551bfea431893bdd0a943f24a5170828 (patch)
tree5f36d4a6899cde40bdeac14ae5eaa6c046660c03 /drivers/hid/hid-logitech-hidpp.c
parentHID: hid-logitech-hidpp: G920 remove deadzones (diff)
downloadlinux-dev-d8ce9bf5551bfea431893bdd0a943f24a5170828.tar.xz
linux-dev-d8ce9bf5551bfea431893bdd0a943f24a5170828.zip
HID: move to_hid_device() to hid.h
to_hid_device() macro is defined in both hid-lg4ff.c and hid-logitech-hidpp.c. So I move it to include/linux/hid.h. Signed-off-by: Geliang Tang <geliangtang@163.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-logitech-hidpp.c')
-rw-r--r--drivers/hid/hid-logitech-hidpp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c
index f2a481125522..bd2ab476c65e 100644
--- a/drivers/hid/hid-logitech-hidpp.c
+++ b/drivers/hid/hid-logitech-hidpp.c
@@ -1310,8 +1310,6 @@ struct g920_private_data {
u16 range;
};
-#define to_hid_device(pdev) container_of(pdev, struct hid_device, dev)
-
static ssize_t g920_range_show(struct device *dev, struct device_attribute *attr,
char *buf)
{