mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
Staging: quickstart: Make quickstart_input static
Signed-off-by: Szymon Janc <szymon@janc.net.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
605926ef5a
commit
1692caa949
|
|
@ -71,7 +71,7 @@ static struct quickstart_driver_data {
|
|||
struct quickstart_btn *pressed;
|
||||
} quickstart_data;
|
||||
|
||||
struct input_dev *quickstart_input;
|
||||
static struct input_dev *quickstart_input;
|
||||
|
||||
/* Platform driver functions */
|
||||
static ssize_t quickstart_buttons_show(struct device *dev,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user