change #include "nand.h" to <flash/nand.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "nand.h" the following form should be used. #include <flash/nand.h> The exception is from .c files in the same directory.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
* Many thanks to Simtec Electronics for sponsoring this work.
|
||||
*/
|
||||
|
||||
#include "nand.h"
|
||||
#include <flash/nand.h>
|
||||
#include "s3c24xx_regs.h"
|
||||
|
||||
struct s3c24xx_nand_controller
|
||||
|
||||
Reference in New Issue
Block a user