Remove at91sam3.h from flash.c; use extern like other drivers.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2438 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch 2009-06-30 22:25:09 +00:00
parent 7d3706c980
commit 3eb441bbcc
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,6 @@
#include "flash.h"
#include "image.h"
#include "time_support.h"
#include "at91sam3.h"
/* command handlers */
static int handle_flash_bank_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc);
@ -49,6 +48,7 @@ static int handle_flash_protect_command(struct command_context_s *cmd_ctx, char
*/
extern flash_driver_t lpc2000_flash;
extern flash_driver_t cfi_flash;
extern flash_driver_t at91sam3_flash;
extern flash_driver_t at91sam7_flash;
extern flash_driver_t str7x_flash;
extern flash_driver_t str9x_flash;