summaryrefslogtreecommitdiff
path: root/src/flash/nor/at91sam3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/at91sam3.c')
-rw-r--r--src/flash/nor/at91sam3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/flash/nor/at91sam3.c b/src/flash/nor/at91sam3.c
index 8005fe0a..8b922f3a 100644
--- a/src/flash/nor/at91sam3.c
+++ b/src/flash/nor/at91sam3.c
@@ -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)
{