#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/gpio.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <asm/mach-types.h>
#include <asm/irq.h>
#include <mach/pxa2xx-regs.h>
#include <mach/trizeps4.h>
#include "soc_common.h"
Go to the source code of this file.
void board_pcmcia_power |
( |
int |
power | ) |
|
fs_initcall |
( |
trizeps_pcmcia_init |
| ) |
|
MODULE_ALIAS |
( |
"platform:pxa2xx-pcmcia" |
| ) |
|
MODULE_AUTHOR |
( |
"Juergen Schindele" |
| ) |
|
module_exit |
( |
trizeps_pcmcia_exit |
| ) |
|