|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/mtd/mtd.h>#include <linux/platform_device.h>#include <linux/bcma/bcma.h>Go to the source code of this file.
Functions | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("Serial flash driver for BCMA bus") | |
| module_init (bcm47xxsflash_init) | |
| module_exit (bcm47xxsflash_exit) | |
| module_exit | ( | bcm47xxsflash_exit | ) |
| module_init | ( | bcm47xxsflash_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2