commit | 10c9ef045a7e19e9fd4c829c7321f9d2048808c0 | [log] [tgz] |
---|---|---|
author | Phil Reid <preid@electromag.com.au> | Tue Nov 28 11:09:10 2017 +0800 |
committer | Wolfram Sang <wsa@the-dreams.de> | Tue Nov 28 10:44:00 2017 +0100 |
tree | 1b746de14e7c48a9f1e2608606f24e58dd123eaa | |
parent | 4ed152c4daf32d2cd4a5285f3aaca3a4c89a31fb [diff] |
i2c: core: fix compile issue related to incorrect gpio header The correct header to include for the gpiod interface is <linux/gpio/consumer.h>. Fixes: 3991c5c80beaf7eb9 ("i2c: Switch to using gpiod interface for gpio bus recovery") Signed-off-by: Phil Reid <preid@electromag.com.au> Reviewed-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>