gpio: em: Use the right include
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 8 Feb 2018 23:45:50 +0000 (00:45 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 19 Mar 2018 00:50:07 +0000 (01:50 +0100)
commit7275cb75b96f5cec924ea95685d906d09b6a82f4
treedbf825bb8bff3f91be196bd128e158ee2d1eee4f
parentd90f2adee479ac885401ce77ad8493ec7d70fe97
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>
drivers/gpio/gpio-em.c