|
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/palmld.h>#include "soc_common.h"Go to the source code of this file.
Functions | |
| module_init (palmld_pcmcia_init) | |
| module_exit (palmld_pcmcia_exit) | |
| MODULE_AUTHOR ("Alex Osborne <[email protected]>,"" Marek Vasut <[email protected]>") | |
| MODULE_DESCRIPTION ("PCMCIA support for Palm LifeDrive") | |
| MODULE_ALIAS ("platform:pxa2xx-pcmcia") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS | ( | "platform:pxa2xx-pcmcia" | ) |
| MODULE_AUTHOR | ( | "Alex Osborne <[email protected]> | , |
| ""Marek Vasut< marek.vasut @gmail.com >" | |||
| ) |
| module_exit | ( | palmld_pcmcia_exit | ) |
| module_init | ( | palmld_pcmcia_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2