Skip to content

Commit

Permalink
HID: i2c-hid: move header file out of I2C realm
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wolfram Sang authored and Jiri Kosina committed May 22, 2017
1 parent 7af4c72 commit 91b9ae4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/i2c-hid/i2c-hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
File renamed without changes.

0 comments on commit 91b9ae4

Please sign in to comment.