Skip to content

Commit

Permalink
Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.h
Browse files Browse the repository at this point in the history
Direct usage of the asm include has long been deprecated by the
introduction of gpiolib.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Mark Brown authored and Dmitry Torokhov committed Apr 10, 2012
1 parent fb16395 commit 55158c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/mouse/gpio_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 55158c8

Please sign in to comment.