FLASH/NOR: Remove useless file at91sam3.h
[fw/openocd] / src / flash / nor / at91sam3.c
index 8005fe0a076496fed4994f5dbfdac0081d806c6d..8b922f3a7bee5c6013aee8385fe7024539c1c005 100644 (file)
@@ -62,7 +62,6 @@
 
 
 #include "imp.h"
-#include "at91sam3.h"
 #include <helper/time_support.h>
 
 #define REG_NAME_WIDTH  (12)
@@ -99,6 +98,8 @@
 #define  offset_EFC_FRR   12
 
 
+struct flash_driver at91sam3_flash;
+
 static float
 _tomhz(uint32_t freq_hz)
 {