#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/platform_device.h>
#include <linux/pm_runtime.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/sh_flctl.h>
Go to the source code of this file.
MODULE_ALIAS |
( |
"platform:sh_flctl" |
| ) |
|
MODULE_AUTHOR |
( |
"Yoshihiro Shimoda" |
| ) |
|
module_exit |
( |
flctl_nand_cleanup |
| ) |
|
module_init |
( |
flctl_nand_init |
| ) |
|