From 3eb441bbcc86deb427a50bb0b598609063971b72 Mon Sep 17 00:00:00 2001
From: zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Date: Tue, 30 Jun 2009 22:25:09 +0000
Subject: 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
---
 src/flash/flash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/flash')

diff --git a/src/flash/flash.c b/src/flash/flash.c
index 403aabf4..45cfb40a 100644
--- a/src/flash/flash.c
+++ b/src/flash/flash.c
@@ -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;
-- 
cgit v1.2.3