remove target.h from flash.h

The flash.h header does not require the target.h header file, but
its implementation source files do.  Move it to flash/nor/imp.h.
This commit is contained in:
Zachary T Welch
2009-12-04 14:06:20 -08:00
parent 1527272fb2
commit d9dc604a4d
21 changed files with 31 additions and 20 deletions

View File

@@ -23,11 +23,11 @@
#include "config.h"
#endif
#include <flash/flash.h>
#include <target/armv4_5.h>
#include "imp.h"
#include <helper/binarybuffer.h>
#include <helper/time_support.h>
#include <target/algorithm.h>
#include <target/armv4_5.h>
static int aduc702x_build_sector_list(struct flash_bank *bank);