|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/module.h>#include <linux/kernel.h>#include <linux/errno.h>#include <linux/gpio.h>#include <linux/interrupt.h>#include <linux/platform_device.h>#include <mach/eseries-gpio.h>#include <asm/irq.h>#include <asm/mach-types.h>#include "soc_common.h"Go to the source code of this file.
Functions | |
| module_init (e740_pcmcia_init) | |
| module_exit (e740_pcmcia_exit) | |
| MODULE_LICENSE ("GPL v2") | |
| MODULE_AUTHOR ("Ian Molton <[email protected]>") | |
| MODULE_ALIAS ("platform:pxa2xx-pcmcia") | |
| MODULE_DESCRIPTION ("e740 PCMCIA platform support") | |
| MODULE_ALIAS | ( | "platform:pxa2xx-pcmcia" | ) |
| MODULE_AUTHOR | ( | "Ian Molton <[email protected]>" | ) |
| module_exit | ( | e740_pcmcia_exit | ) |
| module_init | ( | e740_pcmcia_init | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
1.8.2