#include <linux/module.h>
#include <linux/slab.h>
#include <linux/io.h>
#include <linux/init.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/hwmon.h>
#include <linux/hwmon-sysfs.h>
#include <plat/adc.h>
#include <linux/platform_data/hwmon-s3c.h>
Go to the source code of this file.
MODULE_ALIAS |
( |
"platform:s3c-hwmon" |
| ) |
|
MODULE_DESCRIPTION |
( |
"S3C ADC HWMon driver" |
| ) |
|
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|
module_platform_driver |
( |
s3c_hwmon_driver |
| ) |
|