|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/platform_device.h>#include <linux/err.h>#include <linux/gpio.h>#include <linux/irq.h>#include <asm/mach-types.h>#include <mach/hx4700.h>#include "soc_common.h"Go to the source code of this file.
Functions | |
| module_init (hx4700_pcmcia_init) | |
| module_exit (hx4700_pcmcia_exit) | |
| MODULE_AUTHOR ("Paul Parsons <[email protected]>") | |
| MODULE_DESCRIPTION ("HP iPAQ hx4700 PCMCIA driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Paul Parsons <[email protected]>" | ) |
| module_exit | ( | hx4700_pcmcia_exit | ) |
| module_init | ( | hx4700_pcmcia_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2