From: Jiri Kosina Date: Fri, 9 Dec 2016 12:37:07 +0000 (+0100) Subject: HID: i2c-hid: fix build X-Git-Tag: v5.15~12281^2^3~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba1660f1791f31a76da247caebf273b3f3d5071c;p=platform%2Fkernel%2Flinux-starfive.git HID: i2c-hid: fix build Add a forgotten include that I've by mistake omitted when resolving merge conflict in ead0687fe30 ("HID: i2c-hid: support regulator power on/off"). Fixes: ead0687fe30 ("HID: i2c-hid: support regulator power on/off") Reported-by: kbuild test robot Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/i2c-hid/i2c-hid.c b/drivers/hid/i2c-hid/i2c-hid.c index 50d23e8..5b90dda 100644 --- a/drivers/hid/i2c-hid/i2c-hid.c +++ b/drivers/hid/i2c-hid/i2c-hid.c @@ -38,6 +38,7 @@ #include #include #include +#include #include