summaryrefslogtreecommitdiff
path: root/examples/standalone/atmel_df_pow2.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/standalone/atmel_df_pow2.c')
-rw-r--r--examples/standalone/atmel_df_pow2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/standalone/atmel_df_pow2.c b/examples/standalone/atmel_df_pow2.c
index b7bd243730..9c74f4994b 100644
--- a/examples/standalone/atmel_df_pow2.c
+++ b/examples/standalone/atmel_df_pow2.c
@@ -9,6 +9,7 @@
#include <common.h>
#include <exports.h>
#include <spi.h>
+#include <linux/delay.h>
#define CMD_ID 0x9f
#define CMD_STAT 0xd7
@@ -115,7 +116,7 @@ static char *getline(void)
}
}
-int atmel_df_pow2(int argc, char * const argv[])
+int atmel_df_pow2(int argc, char *const argv[])
{
/* Print the ABI version */
app_startup(argv);