#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 <asm/txx9/rbtx4939.h>
Go to the source code of this file.
#define rbtx4939_flash_shutdown NULL |
MODULE_ALIAS |
( |
"platform:rbtx4939-flash" |
| ) |
|
MODULE_DESCRIPTION |
( |
"RBTX4939 MTD map driver" |
| ) |
|
module_platform_driver |
( |
rbtx4939_flash_driver |
| ) |
|