diff options
author | Philippe Langlais <philippe.langlais@stericsson.com> | 2011-12-02 14:29:15 +0100 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@stericsson.com> | 2012-05-22 11:06:08 +0200 |
commit | 0e786029c4315c9da329236705f4e4b63a49458c (patch) | |
tree | d858343312a0ad637947bd85e5177a673a36e1fa | |
parent | b14a9a11d30b91aec23da9ee9ad2ebdcf5f187e9 (diff) |
sensors: Include module.h after 3.2 update
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
-rw-r--r-- | drivers/hwmon/l3g4200d.c | 1 | ||||
-rw-r--r-- | drivers/hwmon/lsm303dlh_a.c | 1 | ||||
-rw-r--r-- | drivers/hwmon/lsm303dlh_m.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hwmon/l3g4200d.c b/drivers/hwmon/l3g4200d.c index 39a4e32ee2b..fcac3afc044 100644 --- a/drivers/hwmon/l3g4200d.c +++ b/drivers/hwmon/l3g4200d.c @@ -6,6 +6,7 @@ * Licence terms: GNU General Public Licence (GPL) version 2 */ +#include <linux/module.h> #include <linux/i2c.h> #include <linux/mutex.h> #include <linux/slab.h> diff --git a/drivers/hwmon/lsm303dlh_a.c b/drivers/hwmon/lsm303dlh_a.c index d3c30bc49e0..65e92dfb0ff 100644 --- a/drivers/hwmon/lsm303dlh_a.c +++ b/drivers/hwmon/lsm303dlh_a.c @@ -23,6 +23,7 @@ * this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <linux/module.h> #include <linux/i2c.h> #include <linux/slab.h> #include <linux/mutex.h> diff --git a/drivers/hwmon/lsm303dlh_m.c b/drivers/hwmon/lsm303dlh_m.c index aa43d055e67..98704dc5a0b 100644 --- a/drivers/hwmon/lsm303dlh_m.c +++ b/drivers/hwmon/lsm303dlh_m.c @@ -23,6 +23,7 @@ * this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <linux/module.h> #include <linux/i2c.h> #include <linux/slab.h> #include <linux/mutex.h> |