|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/platform_device.h>#include <linux/gpio.h>#include <asm/mach-types.h>#include <mach/palmtx.h>#include "soc_common.h"Go to the source code of this file.
Functions | |
| module_init (palmtx_pcmcia_init) | |
| module_exit (palmtx_pcmcia_exit) | |
| MODULE_AUTHOR ("Marek Vasut <[email protected]>") | |
| MODULE_DESCRIPTION ("PCMCIA support for Palm T|X") | |
| MODULE_ALIAS ("platform:pxa2xx-pcmcia") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS | ( | "platform:pxa2xx-pcmcia" | ) |
| MODULE_AUTHOR | ( | "Marek Vasut <[email protected]>" | ) |
| module_exit | ( | palmtx_pcmcia_exit | ) |
| module_init | ( | palmtx_pcmcia_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2