Linux Kernel
3.7.1
|
#include <linux/err.h>
#include <linux/hwmon.h>
#include <linux/hwmon-sysfs.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/mfd/da9052/da9052.h>
#include <linux/mfd/da9052/reg.h>
Go to the source code of this file.
Data Structures | |
struct | da9052_hwmon |
Functions | |
module_platform_driver (da9052_hwmon_driver) | |
MODULE_AUTHOR ("David Dajun Chen <[email protected]>") | |
MODULE_DESCRIPTION ("DA9052 HWMON driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("platform:da9052-hwmon") | |
MODULE_ALIAS | ( | "platform:da9052-hwmon" | ) |
MODULE_AUTHOR | ( | "David Dajun Chen <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "DA9052 HWMON driver" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | da9052_hwmon_driver | ) |