Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/err.h>
#include <linux/spinlock.h>
#include <linux/platform_device.h>
#include <linux/mfd/dbx500-prcmu.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/machine.h>
#include <linux/regulator/db8500-prcmu.h>
#include <linux/regulator/of_regulator.h>
#include <linux/of.h>
#include <linux/module.h>
#include "dbx500-prcmu.h"
Go to the source code of this file.
Functions | |
arch_initcall (db8500_regulator_init) | |
module_exit (db8500_regulator_exit) | |
MODULE_AUTHOR ("STMicroelectronics/ST-Ericsson") | |
MODULE_DESCRIPTION ("DB8500 regulator driver") | |
MODULE_LICENSE ("GPL v2") | |
arch_initcall | ( | db8500_regulator_init | ) |
MODULE_AUTHOR | ( | "STMicroelectronics/ST-Ericsson" | ) |
module_exit | ( | db8500_regulator_exit | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |