Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10645
b: refs/heads/master
c: 6344a8e
h: refs/heads/master
i:
  10643: 6cd1868
v: v3
  • Loading branch information
Ben Dooks authored and Greg Kroah-Hartman committed Oct 28, 2005
1 parent 0287818 commit 66d27c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c49efceffa599299ab3f38b1cdf8c2f1bf9811c4
refs/heads/master: 6344a8ece0bacccf61817450e8ccf78c973fc0c5
3 changes: 2 additions & 1 deletion trunk/drivers/i2c/chips/ds1374.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ static void ds1374_set_tlet(ulong arg)

static ulong new_time;

DECLARE_TASKLET_DISABLED(ds1374_tasklet, ds1374_set_tlet, (ulong) & new_time);
static DECLARE_TASKLET_DISABLED(ds1374_tasklet, ds1374_set_tlet,
(ulong) & new_time);

int ds1374_set_rtc_time(ulong nowtime)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/chips/pcf8574.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static int pcf8574_attach_adapter(struct i2c_adapter *adapter)
}

/* This function is called by i2c_probe */
int pcf8574_detect(struct i2c_adapter *adapter, int address, int kind)
static int pcf8574_detect(struct i2c_adapter *adapter, int address, int kind)
{
struct i2c_client *new_client;
struct pcf8574_data *data;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/chips/pcf8591.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ static int pcf8591_attach_adapter(struct i2c_adapter *adapter)
}

/* This function is called by i2c_probe */
int pcf8591_detect(struct i2c_adapter *adapter, int address, int kind)
static int pcf8591_detect(struct i2c_adapter *adapter, int address, int kind)
{
struct i2c_client *new_client;
struct pcf8591_data *data;
Expand Down

0 comments on commit 66d27c1

Please sign in to comment.