Browse Source

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.
tags/v0.4.0-rc1
Zachary T Welch 14 years ago
parent
commit
2a402ae2c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/flash/nand/s3c24xx.h

+ 1
- 1
src/flash/nand/s3c24xx.h View File

@@ -28,7 +28,7 @@
*/

#include <flash/nand.h>
#include "s3c24xx_regs.h"
#include <flash/nand/s3c24xx_regs.h>

struct s3c24xx_nand_controller
{


Loading…
Cancel
Save