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
Kirill Smelkov
linux
Commits
7d821d99
Commit
7d821d99
authored
Mar 02, 2005
by
Greg Kroah-Hartman
Committed by
Greg Kroah-Hartman
Mar 02, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] w1: fix some compiler warnings generated by the last "static" patch.
Signed-off-by:
Greg Kroah-Hartman
<
greg@kroah.com
>
parent
f77735c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
drivers/w1/dscore.c
drivers/w1/dscore.c
+0
-3
drivers/w1/dscore.h
drivers/w1/dscore.h
+0
-3
No files found.
drivers/w1/dscore.c
View file @
7d821d99
...
...
@@ -45,9 +45,6 @@ int ds_set_speed(struct ds_device *, int);
int
ds_reset
(
struct
ds_device
*
,
struct
ds_status
*
);
int
ds_detect
(
struct
ds_device
*
,
struct
ds_status
*
);
int
ds_stop_pulse
(
struct
ds_device
*
,
int
);
int
ds_send_data
(
struct
ds_device
*
,
unsigned
char
*
,
int
);
int
ds_recv_data
(
struct
ds_device
*
,
unsigned
char
*
,
int
);
int
ds_recv_status
(
struct
ds_device
*
,
struct
ds_status
*
);
struct
ds_device
*
ds_get_device
(
void
);
void
ds_put_device
(
struct
ds_device
*
);
...
...
drivers/w1/dscore.h
View file @
7d821d99
...
...
@@ -161,9 +161,6 @@ int ds_set_speed(struct ds_device *, int);
int
ds_reset
(
struct
ds_device
*
,
struct
ds_status
*
);
int
ds_detect
(
struct
ds_device
*
,
struct
ds_status
*
);
int
ds_stop_pulse
(
struct
ds_device
*
,
int
);
int
ds_send_data
(
struct
ds_device
*
,
unsigned
char
*
,
int
);
int
ds_recv_data
(
struct
ds_device
*
,
unsigned
char
*
,
int
);
int
ds_recv_status
(
struct
ds_device
*
,
struct
ds_status
*
);
struct
ds_device
*
ds_get_device
(
void
);
void
ds_put_device
(
struct
ds_device
*
);
int
ds_write_block
(
struct
ds_device
*
,
u8
*
,
int
);
...
...
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