Linux Kernel
3.7.1
|
#include <linux/device.h>
#include <linux/module.h>
#include <linux/input.h>
#include <linux/mfd/core.h>
#include <linux/spi/spi.h>
#include <linux/err.h>
#include <linux/mfd/da9052/da9052.h>
Go to the source code of this file.
Functions | |
subsys_initcall (da9052_spi_init) | |
module_exit (da9052_spi_exit) | |
MODULE_AUTHOR ("David Dajun Chen <[email protected]>") | |
MODULE_DESCRIPTION ("SPI driver for Dialog DA9052 PMIC") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "David Dajun Chen <[email protected]>" | ) |
module_exit | ( | da9052_spi_exit | ) |
MODULE_LICENSE | ( | "GPL" | ) |
subsys_initcall | ( | da9052_spi_init | ) |