#include <linux/module.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
#include <asm/io.h>
#include <mach/hardware.h>
#include <asm/mach/flash.h>
Go to the source code of this file.
#define pxa2xx_flash_shutdown NULL |
MODULE_DESCRIPTION |
( |
"MTD map driver for Intel XScale PXA2xx" |
| ) |
|
module_platform_driver |
( |
pxa2xx_flash_driver |
| ) |
|