#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
#include <linux/mtd/concat.h>
#include <linux/io.h>
Go to the source code of this file.
#define physmap_flash_shutdown NULL |
MODULE_ALIAS |
( |
"platform:physmap-flash" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Generic configurable MTD map driver" |
| ) |
|
module_exit |
( |
physmap_exit |
| ) |
|
module_init |
( |
physmap_init |
| ) |
|