#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/bitops.h>
#include <linux/err.h>
#include <linux/i2c.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/slab.h>
#include <linux/mfd/wm831x/core.h>
#include <linux/mfd/wm831x/regulator.h>
#include <linux/mfd/wm831x/pdata.h>
Go to the source code of this file.
#define WM831X_ISINK_MAX_NAME 7 |
MODULE_ALIAS |
( |
"platform:wm831x-isink" |
| ) |
|
MODULE_AUTHOR |
( |
"Mark Brown" |
| ) |
|
module_exit |
( |
wm831x_isink_exit |
| ) |
|
subsys_initcall |
( |
wm831x_isink_init |
| ) |
|