#include <linux/module.h>
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/regulator/consumer.h>
#include <linux/rfkill.h>
#include <linux/rfkill-regulator.h>
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Guiming Zhuo <gmzhuo@gmail.com>" |
| ) |
|
MODULE_AUTHOR |
( |
"Antonio Ospite <ospite@studenti.unina.it>" |
| ) |
|
module_platform_driver |
( |
rfkill_regulator_driver |
| ) |
|
Initial value:= {
.set_block = rfkill_regulator_set_block,
}
Definition at line 54 of file rfkill-regulator.c.