Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 121111d7 authored by Linus Walleij's avatar Linus Walleij
Browse files

gpio: xlp: Include the right header



This is a GPIO driver so include only <linux/gpio/driver.h>.

Cc: Kamlakant Patel <kamlakant.patel@cavium.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent c872a20f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
 * GNU General Public License for more details.
 */

#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/platform_device.h>
#include <linux/of_device.h>
#include <linux/module.h>