Skip to content
Snippets Groups Projects
Commit 2a402ae2 authored by Zachary T Welch's avatar Zachary T Welch
Browse files

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.
parent afb6d38b
Branches
Tags
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
*/ */
#include <flash/nand.h> #include <flash/nand.h>
#include "s3c24xx_regs.h" #include <flash/nand/s3c24xx_regs.h>
struct s3c24xx_nand_controller struct s3c24xx_nand_controller
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment