summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-s3c24x0/s3c2440.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/arch-s3c24x0/s3c2440.h')
-rw-r--r--arch/arm/include/asm/arch-s3c24x0/s3c2440.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-s3c24x0/s3c2440.h b/arch/arm/include/asm/arch-s3c24x0/s3c2440.h
index 3f44bdc306..7a525f2818 100644
--- a/arch/arm/include/asm/arch-s3c24x0/s3c2440.h
+++ b/arch/arm/include/asm/arch-s3c24x0/s3c2440.h
@@ -81,9 +81,9 @@ static inline struct s3c24x0_lcd *s3c24x0_get_base_lcd(void)
return (struct s3c24x0_lcd *)S3C24X0_LCD_BASE;
}
-static inline struct s3c2440_nand *s3c2440_get_base_nand(void)
+static inline struct s3c24x0_nand *s3c24x0_get_base_nand(void)
{
- return (struct s3c2440_nand *)S3C2440_NAND_BASE;
+ return (struct s3c24x0_nand *)S3C2440_NAND_BASE;
}
static inline struct s3c24x0_uart
OpenPOWER on IntegriCloud