#include <linux/module.h>
#include <linux/device.h>
#include <linux/err.h>
#include <linux/kdev_t.h>
#include <linux/idr.h>
#include <linux/hwmon.h>
#include <linux/gfp.h>
#include <linux/spinlock.h>
#include <linux/pci.h>
Go to the source code of this file.
#define HWMON_ID_PREFIX "hwmon" |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
hwmon_device_unregister - removes the previously registered class device
: the class device to destroy
Definition at line 65 of file hwmon.c.
MODULE_DESCRIPTION |
( |
"hardware monitoring sysfs/class support" |
| ) |
|
module_exit |
( |
hwmon_exit |
| ) |
|
subsys_initcall |
( |
hwmon_init |
| ) |
|