diff options
Diffstat (limited to 'drivers/mtd/nand/s3c64xx.c')
| -rw-r--r-- | drivers/mtd/nand/s3c64xx.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/mtd/nand/s3c64xx.c b/drivers/mtd/nand/s3c64xx.c index edaf55a14..084e47564 100644 --- a/drivers/mtd/nand/s3c64xx.c +++ b/drivers/mtd/nand/s3c64xx.c @@ -28,7 +28,7 @@  #include <common.h>  #include <nand.h> -#include <s3c6400.h> +#include <asm/arch/s3c6400.h>  #include <asm/io.h>  #include <asm/errno.h> |