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
a45cfe2c
Commit
a45cfe2c
authored
Jun 09, 2005
by
Greg KH
Committed by
Greg Kroah-Hartman
Jun 21, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] I2C: fix up ds1374.c driver so it will build.
Signed-off-by:
Greg Kroah-Hartman
<
gregkh@suse.de
>
parent
bdca3f0a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
drivers/i2c/chips/ds1374.c
drivers/i2c/chips/ds1374.c
+0
-4
No files found.
drivers/i2c/chips/ds1374.c
View file @
a45cfe2c
...
...
@@ -27,7 +27,6 @@
#include <linux/rtc.h>
#include <linux/bcd.h>
#include <asm/time.h>
#include <asm/rtc.h>
#define DS1374_REG_TOD0 0x00
...
...
@@ -54,11 +53,8 @@ static unsigned short normal_addr[] = { 0x68, I2C_CLIENT_END };
static
struct
i2c_client_address_data
addr_data
=
{
.
normal_i2c
=
normal_addr
,
.
normal_i2c_range
=
ignore
,
.
probe
=
ignore
,
.
probe_range
=
ignore
,
.
ignore
=
ignore
,
.
ignore_range
=
ignore
,
.
force
=
ignore
,
};
...
...
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