From: Zachary T Welch Date: Thu, 3 Dec 2009 12:15:02 +0000 (-0800) Subject: change #include "s3c24xx_regs.h" to X-Git-Tag: v0.4.0-rc1~156 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2a402ae2c7bf5ce515ff5bfdd7d68f875686e289;p=openocd change #include "s3c24xx_regs.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "s3c24xx_regs.h" the following form should be used. #include The exception is from .c files in the same directory. --- diff --git a/src/flash/nand/s3c24xx.h b/src/flash/nand/s3c24xx.h index 0f899dad..f89bf6e9 100644 --- a/src/flash/nand/s3c24xx.h +++ b/src/flash/nand/s3c24xx.h @@ -28,7 +28,7 @@ */ #include -#include "s3c24xx_regs.h" +#include struct s3c24xx_nand_controller {