This is required in preparation for the following patches. Signed-off-by: Juergen Beisert <jbe@xxxxxxxxxxxxxx> --- arch/arm/mach-samsung/include/mach/s3c24xx-nand.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/mach-samsung/include/mach/s3c24xx-nand.h b/arch/arm/mach-samsung/include/mach/s3c24xx-nand.h index acd78b8..fa88da1 100644 --- a/arch/arm/mach-samsung/include/mach/s3c24xx-nand.h +++ b/arch/arm/mach-samsung/include/mach/s3c24xx-nand.h @@ -18,6 +18,9 @@ * */ +#ifndef MACH_S3C24XX_NAND_H +# define MACH_S3C24XX_NAND_H + #ifdef CONFIG_S3C_NAND_BOOT extern void s3c24x0_nand_load_image(void*, int, int); #endif @@ -52,3 +55,5 @@ struct s3c24x0_nand_platform_data { * @file * @brief Basic declaration to use the s3c24x0 NAND driver */ + +#endif /* MACH_S3C24XX_NAND_H */ -- 1.7.10.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox