#include <linux/module.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/ioport.h>
#include <linux/device.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/plat-ram.h>
#include <asm/io.h>
Go to the source code of this file.
MODULE_ALIAS |
( |
"platform:mtd-ram" |
| ) |
|
module_exit |
( |
platram_exit |
| ) |
|
module_init |
( |
platram_init |
| ) |
|