change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>
commit2a402ae2c7bf5ce515ff5bfdd7d68f875686e289
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:15:02 +0000 (3 04:15 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:49 +0000 (3 04:24 -0800)
tree6fee762214b1dc5c5f1f0289c50a6a1e28eb3556
parentafb6d38bd52e508970cfcc4a0d26610f33f42875
change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>

Changes from the flat namespace to heirarchical one.  Instead of writing:

#include "s3c24xx_regs.h"

the following form should be used.

#include <flash/nand/s3c24xx_regs.h>

The exception is from .c files in the same directory.
src/flash/nand/s3c24xx.h