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

Commit 55158c88 authored by Mark Brown's avatar Mark Brown Committed by Dmitry Torokhov
Browse files

Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.h



Direct usage of the asm include has long been deprecated by the
introduction of gpiolib.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent fb16395e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,9 +12,9 @@
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/input-polldev.h>
#include <linux/gpio.h>
#include <linux/gpio_mouse.h>

#include <asm/gpio.h>

/*
 * Timer function which is run every scan_ms ms when the device is opened.