#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <asm/mach-types.h>
#include <mach/hardware.h>
#include <asm/irq.h>
#include <asm/hardware/scoop.h>
#include "soc_common.h"
Go to the source code of this file.
#define NO_KEEP_VS 0x0001 |
fs_initcall |
( |
sharpsl_pcmcia_init |
| ) |
|
MODULE_ALIAS |
( |
"platform:pxa2xx-pcmcia" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Sharp SL Series PCMCIA Support" |
| ) |
|
module_exit |
( |
sharpsl_pcmcia_exit |
| ) |
|