Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <linux/mtd/nand.h>
#include <linux/platform_data/mtd-nand-omap2.h>
#include <asm/mach/flash.h>
#include <plat/gpmc.h>
#include "soc.h"
Go to the source code of this file.
Functions | |
int __init | gpmc_nand_init (struct omap_nand_platform_data *gpmc_nand_data) |
int __init gpmc_nand_init | ( | struct omap_nand_platform_data * | gpmc_nand_data | ) |
Definition at line 94 of file gpmc-nand.c.