Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/mfd/core.h>
#include <linux/mfd/tps6507x.h>
Go to the source code of this file.
Functions | |
MODULE_DEVICE_TABLE (i2c, tps6507x_i2c_id) | |
subsys_initcall (tps6507x_i2c_init) | |
module_exit (tps6507x_i2c_exit) | |
MODULE_DESCRIPTION ("TPS6507x chip family multi-function driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_DEVICE_TABLE | ( | i2c | , |
tps6507x_i2c_id | |||
) |
module_exit | ( | tps6507x_i2c_exit | ) |
MODULE_LICENSE | ( | "GPL" | ) |
subsys_initcall | ( | tps6507x_i2c_init | ) |