#include <linux/module.h>
#include <linux/types.h>
#include <linux/ioport.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/concat.h>
#include <mach/hardware.h>
#include <asm/sizes.h>
#include <asm/mach/flash.h>
Go to the source code of this file.
MODULE_ALIAS |
( |
"platform:sa1100-mtd" |
| ) |
|
MODULE_AUTHOR |
( |
"Nicolas Pitre" |
| ) |
|
module_platform_driver |
( |
sa1100_mtd_driver |
| ) |
|