change #include "ocl.h" to <flash/nor/ocl.h>
commitafb6d38bd52e508970cfcc4a0d26610f33f42875
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:58 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:49 +0000 (3 04:24 -0800)
tree3fb9f89ef51983c646edcaec2858860b1fc3404f
parent450ceda9aec12a0b67cca8dfbaf0384824cbd6c2
change #include "ocl.h" to <flash/nor/ocl.h>

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