diff options
| -rw-r--r-- | drivers/usb/host/ohci-pnx4008.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/usb/host/ohci-pnx4008.c b/drivers/usb/host/ohci-pnx4008.c index 100bf3d8437c..2769326da42e 100644 --- a/drivers/usb/host/ohci-pnx4008.c +++ b/drivers/usb/host/ohci-pnx4008.c | |||
| @@ -98,8 +98,8 @@ | |||
| 98 | #define ISP1301_I2C_INTERRUPT_RISING 0xE | 98 | #define ISP1301_I2C_INTERRUPT_RISING 0xE |
| 99 | #define ISP1301_I2C_REG_CLEAR_ADDR 1 | 99 | #define ISP1301_I2C_REG_CLEAR_ADDR 1 |
| 100 | 100 | ||
| 101 | struct i2c_driver isp1301_driver; | 101 | static struct i2c_driver isp1301_driver; |
| 102 | struct i2c_client *isp1301_i2c_client; | 102 | static struct i2c_client *isp1301_i2c_client; |
| 103 | 103 | ||
| 104 | extern int usb_disabled(void); | 104 | extern int usb_disabled(void); |
| 105 | extern int ocpi_enable(void); | 105 | extern int ocpi_enable(void); |
| @@ -120,12 +120,12 @@ static int isp1301_remove(struct i2c_client *client) | |||
| 120 | return 0; | 120 | return 0; |
| 121 | } | 121 | } |
| 122 | 122 | ||
| 123 | const struct i2c_device_id isp1301_id[] = { | 123 | static const struct i2c_device_id isp1301_id[] = { |
| 124 | { "isp1301_pnx", 0 }, | 124 | { "isp1301_pnx", 0 }, |
| 125 | { } | 125 | { } |
| 126 | }; | 126 | }; |
| 127 | 127 | ||
| 128 | struct i2c_driver isp1301_driver = { | 128 | static struct i2c_driver isp1301_driver = { |
| 129 | .driver = { | 129 | .driver = { |
| 130 | .name = "isp1301_pnx", | 130 | .name = "isp1301_pnx", |
| 131 | }, | 131 | }, |
