Commit 1692caa9 authored by Szymon Janc's avatar Szymon Janc Committed by Greg Kroah-Hartman

Staging: quickstart: Make quickstart_input static

Signed-off-by: default avatarSzymon Janc <szymon@janc.net.pl>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 605926ef
...@@ -71,7 +71,7 @@ static struct quickstart_driver_data { ...@@ -71,7 +71,7 @@ static struct quickstart_driver_data {
struct quickstart_btn *pressed; struct quickstart_btn *pressed;
} quickstart_data; } quickstart_data;
struct input_dev *quickstart_input; static struct input_dev *quickstart_input;
/* Platform driver functions */ /* Platform driver functions */
static ssize_t quickstart_buttons_show(struct device *dev, static ssize_t quickstart_buttons_show(struct device *dev,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment