commit | 7275cb75b96f5cec924ea95685d906d09b6a82f4 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Fri Feb 09 00:45:50 2018 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Mar 19 01:50:07 2018 +0100 |
tree | dbf825bb8bff3f91be196bd128e158ee2d1eee4f | |
parent | d90f2adee479ac885401ce77ad8493ec7d70fe97 [diff] |
gpio: em: Use the right include The Emma Mobile (EM) GPIO driver uses the too generic include <linux/gpio.h>. It is a driver so it should just use <linux/gpio/driver.h>. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>