mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[MTD] [NAND] s3c2410: fix arch moves
Fixup the includes which have been moved around when changing the s3c24xx arch support. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
0bac5111cc
commit
b7a7018518
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@
|
|||
|
||||
#include <asm/io.h>
|
||||
|
||||
#include <asm/arch/regs-nand.h>
|
||||
#include <asm/arch/nand.h>
|
||||
#include <asm/plat-s3c/regs-nand.h>
|
||||
#include <asm/plat-s3c/nand.h>
|
||||
|
||||
#ifdef CONFIG_MTD_NAND_S3C2410_HWECC
|
||||
static int hardware_ecc = 1;
|
||||
|
|
Loading…
Reference in a new issue