|
@@ -225,9 +225,8 @@ static int it87_isa_attach_adapter(struct i2c_adapter *adapter);
|
|
static int it87_detect(struct i2c_adapter *adapter, int address, int kind);
|
|
static int it87_detect(struct i2c_adapter *adapter, int address, int kind);
|
|
static int it87_detach_client(struct i2c_client *client);
|
|
static int it87_detach_client(struct i2c_client *client);
|
|
|
|
|
|
-static int it87_read_value(struct i2c_client *client, u8 register);
|
|
|
|
-static int it87_write_value(struct i2c_client *client, u8 register,
|
|
|
|
- u8 value);
|
|
|
|
|
|
+static int it87_read_value(struct i2c_client *client, u8 reg);
|
|
|
|
+static int it87_write_value(struct i2c_client *client, u8 reg, u8 value);
|
|
static struct it87_data *it87_update_device(struct device *dev);
|
|
static struct it87_data *it87_update_device(struct device *dev);
|
|
static int it87_check_pwm(struct i2c_client *client);
|
|
static int it87_check_pwm(struct i2c_client *client);
|
|
static void it87_init_client(struct i2c_client *client, struct it87_data *data);
|
|
static void it87_init_client(struct i2c_client *client, struct it87_data *data);
|