change #include "ocl.h" to <flash/nor/ocl.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:58 +0000 (04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:49 +0000 (04:24 -0800)
Changes from the flat namespace to heirarchical one.  Instead of writing:

#include "ocl.h"

the following form should be used.

#include <flash/nor/ocl.h>

The exception is from .c files in the same directory.

src/flash/ocl/at91sam7x/main.c

index 2146d74e28e350282299253e91cd01b88345e071..e4c0c3faa87a9fb81717c5895d557b3e2aac203f 100644 (file)
@@ -19,7 +19,7 @@
  ***************************************************************************/
 #include "platform.h"
 
-#include "ocl.h"
+#include <flash/nor/ocl.h>
 #include "dcc.h"
 #include "samflash.h"