Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
f5ba3502
Commit
f5ba3502
authored
Nov 02, 2009
by
Dmitry Torokhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Input: synaptic_i2c - make unnecessarily global functions static
Signed-off-by:
Dmitry Torokhov
<
dtor@mail.ru
>
parent
e74c2e81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/input/mouse/synaptics_i2c.c
drivers/input/mouse/synaptics_i2c.c
+3
-3
No files found.
drivers/input/mouse/synaptics_i2c.c
View file @
f5ba3502
...
@@ -420,8 +420,8 @@ static void synaptics_i2c_check_params(struct synaptics_i2c *touch)
...
@@ -420,8 +420,8 @@ static void synaptics_i2c_check_params(struct synaptics_i2c *touch)
}
}
/* Control the Device polling rate / Work Handler sleep time */
/* Control the Device polling rate / Work Handler sleep time */
unsigned
long
synaptics_i2c_adjust_delay
(
struct
synaptics_i2c
*
touch
,
static
unsigned
long
synaptics_i2c_adjust_delay
(
struct
synaptics_i2c
*
touch
,
bool
have_data
)
bool
have_data
)
{
{
unsigned
long
delay
,
nodata_count_thres
;
unsigned
long
delay
,
nodata_count_thres
;
...
@@ -520,7 +520,7 @@ static void synaptics_i2c_set_input_params(struct synaptics_i2c *touch)
...
@@ -520,7 +520,7 @@ static void synaptics_i2c_set_input_params(struct synaptics_i2c *touch)
__set_bit
(
BTN_LEFT
,
input
->
keybit
);
__set_bit
(
BTN_LEFT
,
input
->
keybit
);
}
}
struct
synaptics_i2c
*
synaptics_i2c_touch_create
(
struct
i2c_client
*
client
)
st
atic
st
ruct
synaptics_i2c
*
synaptics_i2c_touch_create
(
struct
i2c_client
*
client
)
{
{
struct
synaptics_i2c
*
touch
;
struct
synaptics_i2c
*
touch
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment