HID: i2c-hid: move header file out of I2C realm

include/linux/i2c is not for client devices. Move the header file to a
more appropriate location.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Wolfram Sang 2017-05-21 22:30:33 +02:00 committed by Jiri Kosina
parent 7af4c727c7
commit 91b9ae48aa
2 changed files with 1 additions and 1 deletions

View file

@ -40,7 +40,7 @@
#include <linux/of.h>
#include <linux/regulator/consumer.h>
#include <linux/i2c/i2c-hid.h>
#include <linux/platform_data/i2c-hid.h>
#include "../hid-ids.h"