#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/leds.h>
#include <linux/of_platform.h>
#include <linux/of_gpio.h>
#include <linux/slab.h>
#include <linux/workqueue.h>
#include <linux/module.h>
#include <linux/pinctrl/consumer.h>
Go to the source code of this file.
MODULE_ALIAS |
( |
"platform:leds-gpio" |
| ) |
|
MODULE_AUTHOR |
( |
"Raphael Assenat <[email protected]> |
, |
|
|
Trent Piepho< tpiepho @freescale.com >" |
|
|
) |
| |
module_platform_driver |
( |
gpio_led_driver |
| ) |
|