Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/input.h>
#include <linux/interrupt.h>
#include <linux/mfd/abx500/ab8500.h>
#include <linux/of.h>
#include <linux/slab.h>
Go to the source code of this file.
Data Structures | |
struct | ab8500_ponkey |
Functions | |
module_platform_driver (ab8500_ponkey_driver) | |
MODULE_LICENSE ("GPL v2") | |
MODULE_AUTHOR ("Sundar Iyer <sundar.iyer@stericsson.com>") | |
MODULE_DESCRIPTION ("ST-Ericsson AB8500 Power-ON(Pon) Key driver") | |
MODULE_AUTHOR | ( | "Sundar Iyer <sundar.iyer@stericsson.com>" | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
module_platform_driver | ( | ab8500_ponkey_driver | ) |