#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/cfi.h>
#include <linux/platform_device.h>
#include <linux/mtd/physmap.h>
#include <linux/of.h>
#include <lantiq_soc.h>
Go to the source code of this file.
- Enumerator:
LTQ_NOR_PROBING |
|
LTQ_NOR_NORMAL |
|
Definition at line 36 of file lantiq-flash.c.
MODULE_DESCRIPTION |
( |
"Lantiq SoC NOR" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
ltq_mtd_match |
|
|
) |
| |
module_platform_driver |
( |
ltq_mtd_driver |
| ) |
|