|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/pm.h>#include <linux/spi/spi.h>#include <linux/regmap.h>#include <linux/err.h>#include <linux/mfd/wm831x/core.h>Go to the source code of this file.
Functions | |
| MODULE_DEVICE_TABLE (spi, wm831x_spi_ids) | |
| subsys_initcall (wm831x_spi_init) | |
| module_exit (wm831x_spi_exit) | |
| MODULE_DESCRIPTION ("SPI support for WM831x/2x AudioPlus PMICs") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Mark Brown") | |
| MODULE_AUTHOR | ( | "Mark Brown" | ) |
| MODULE_DEVICE_TABLE | ( | spi | , |
| wm831x_spi_ids | |||
| ) |
| module_exit | ( | wm831x_spi_exit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| subsys_initcall | ( | wm831x_spi_init | ) |
1.8.2