Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174889
b: refs/heads/master
c: 09ce497
h: refs/heads/master
i:
  174887: 7f13593
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 36d6c20 commit 3e5fe9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 08d3c18e6674c5d46e4333a462b1e2e4c4ded1d4
refs/heads/master: 09ce497e79a930ac4912d6bc295baab82b39f8ab
8 changes: 4 additions & 4 deletions trunk/drivers/usb/host/ohci-pnx4008.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
#define ISP1301_I2C_INTERRUPT_RISING 0xE
#define ISP1301_I2C_REG_CLEAR_ADDR 1

struct i2c_driver isp1301_driver;
struct i2c_client *isp1301_i2c_client;
static struct i2c_driver isp1301_driver;
static struct i2c_client *isp1301_i2c_client;

extern int usb_disabled(void);
extern int ocpi_enable(void);
Expand All @@ -120,12 +120,12 @@ static int isp1301_remove(struct i2c_client *client)
return 0;
}

const struct i2c_device_id isp1301_id[] = {
static const struct i2c_device_id isp1301_id[] = {
{ "isp1301_pnx", 0 },
{ }
};

struct i2c_driver isp1301_driver = {
static struct i2c_driver isp1301_driver = {
.driver = {
.name = "isp1301_pnx",
},
Expand Down

0 comments on commit 3e5fe9d

Please sign in to comment.