Skip to content

Commit

Permalink
Staging: quickstart: Make quickstart_input static
Browse files Browse the repository at this point in the history
Signed-off-by: Szymon Janc <szymon@janc.net.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Szymon Janc authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 605926e commit 1692caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/quickstart/quickstart.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1692caa

Please sign in to comment.