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