Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/device.h>
#include <linux/i2c.h>
#include <linux/err.h>
#include <linux/mfd/da9055/core.h>
Go to the source code of this file.
Functions | |
subsys_initcall (da9055_i2c_init) | |
module_exit (da9055_i2c_exit) | |
MODULE_AUTHOR ("David Dajun Chen <[email protected]>") | |
MODULE_DESCRIPTION ("I2C driver for Dialog DA9055 PMIC") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "David Dajun Chen <[email protected]>" | ) |
module_exit | ( | da9055_i2c_exit | ) |
MODULE_LICENSE | ( | "GPL" | ) |
subsys_initcall | ( | da9055_i2c_init | ) |