|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/kthread.h>#include <linux/irq.h>#include <linux/gpio.h>#include <linux/platform_device.h>#include <linux/of.h>#include <linux/mfd/twl6040.h>Go to the source code of this file.
Functions | |
| MODULE_ALIAS ("platform:twl6040-gpo") | |
| module_platform_driver (gpo_twl6040_driver) | |
| MODULE_AUTHOR ("Texas Instruments, Inc.") | |
| MODULE_DESCRIPTION ("GPO interface for TWL6040") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS | ( | "platform:twl6040-gpo" | ) |
| MODULE_AUTHOR | ( | "Texas | Instruments, |
| Inc." | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | gpo_twl6040_driver | ) |
1.8.2