#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/hwmon.h>
#include <linux/hwmon-sysfs.h>
#include <linux/err.h>
#include <linux/sysfs.h>
#include <linux/mutex.h>
#include <linux/jiffies.h>
Go to the source code of this file.
#define THERMAL_PID_REG 0xfd |
#define THERMAL_REVISION_REG 0xff |
#define THERMAL_SMSC_ID_REG 0xfe |
MODULE_DESCRIPTION |
( |
"emc1403 Thermal Driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
emc1403_idtable |
|
|
) |
| |
module_i2c_driver |
( |
sensor_emc1403 |
| ) |
|
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|