#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/i2c/twl.h>
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/i2c/twl4030-madc.h>
#include <linux/hwmon.h>
#include <linux/hwmon-sysfs.h>
#include <linux/stddef.h>
#include <linux/sysfs.h>
#include <linux/err.h>
#include <linux/types.h>
Go to the source code of this file.
MODULE_ALIAS |
( |
"platform:twl4030_madc_hwmon" |
| ) |
|
MODULE_AUTHOR |
( |
"J Keerthy" |
| ) |
|
MODULE_DESCRIPTION |
( |
"TWL4030 ADC Hwmon driver" |
| ) |
|
module_platform_driver |
( |
twl4030_madc_hwmon_driver |
| ) |
|