diff options
-rw-r--r-- | Documentation/DocBook/lsm303dlh.tmpl | 1 | ||||
-rw-r--r-- | drivers/hwmon/lsm303dlh_a.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/DocBook/lsm303dlh.tmpl b/Documentation/DocBook/lsm303dlh.tmpl index 3b1c6afa65f..1000481e205 100644 --- a/Documentation/DocBook/lsm303dlh.tmpl +++ b/Documentation/DocBook/lsm303dlh.tmpl @@ -84,6 +84,7 @@ This chapter contains the autogenerated documentation of the internal functions. </para> !Idrivers/hwmon/lsm303dlh_a.c +!Idrivers/hwmon/lsm303dlhc_a.c !Idrivers/hwmon/lsm303dlh_m.c </chapter> diff --git a/drivers/hwmon/lsm303dlh_a.c b/drivers/hwmon/lsm303dlh_a.c index 309d60ae8ec..b9888add334 100644 --- a/drivers/hwmon/lsm303dlh_a.c +++ b/drivers/hwmon/lsm303dlh_a.c @@ -171,6 +171,7 @@ struct lsm303dlh_a_t { * @interrupt_threshold: interrupt threshold for two channels * @early_suspend: early suspend structure * @device_status: device is ON, OFF or SUSPENDED + * @id: accelerometer device id */ struct lsm303dlh_a_data { struct i2c_client *client; |